Merge branch 'hotfix/checkboxes-in-edge' into develop

This commit is contained in:
Ramon Wenger 2020-07-02 15:44:26 +02:00
commit 28a617e5f5
1 changed files with 1 additions and 1 deletions

View File

@ -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'}"