Fix checkboxes in edge
This commit is contained in:
parent
8fd0fbc09b
commit
e2b9e01aed
|
|
@ -4,7 +4,7 @@
|
|||
:checked="checked"
|
||||
type="checkbox"
|
||||
class="base-input-container__input"
|
||||
@input.prevent="$emit('input', $event.target.checked, item)"
|
||||
@change.prevent="$emit('input', $event.target.checked, item)"
|
||||
>
|
||||
<span
|
||||
:class="{'base-input-container__checkbox': type==='checkbox', 'base-input-container__radiobutton': type === 'radiobutton'}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue