Focus on checkbox/radio in fieldset passes through click event on IE

This commit is contained in:
George Drummond
2019-02-21 11:44:05 -05:00
parent cac3a00b63
commit 1e3e742778
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<checkboxinput name='{{ field.name }}' inline-template key='{{ field.name }}'>
<div class='usa-input {{ classes }} {% if field.errors %}usa-input--error{% endif %}'>
<fieldset v-on:change="onInput" class="usa-input__choices {% if inline %}usa-input__choices--inline{% endif %}">
<fieldset data-ally-disabled="true" v-on:change="onInput" class="usa-input__choices {% if inline %}usa-input__choices--inline{% endif %}">
<legend>
{{ field() }}
<label for={{field.name}}>