Merge branch 'hotfix/checkboxes-in-edge' into develop
This commit is contained in:
commit
28a617e5f5
|
|
@ -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