Merge branch 'hotfix/checkboxes-in-edge' into develop
This commit is contained in:
commit
28a617e5f5
|
|
@ -4,7 +4,7 @@
|
||||||
:checked="checked"
|
:checked="checked"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
class="base-input-container__input"
|
class="base-input-container__input"
|
||||||
@input.prevent="$emit('input', $event.target.checked, item)"
|
@change.prevent="$emit('input', $event.target.checked, item)"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
:class="{'base-input-container__checkbox': type==='checkbox', 'base-input-container__radiobutton': type === 'radiobutton'}"
|
:class="{'base-input-container__checkbox': type==='checkbox', 'base-input-container__radiobutton': type === 'radiobutton'}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue