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

@@ -20,7 +20,7 @@
<span v-show='showValid'>{{ Icon('ok',classes="icon-validation") }}</span>
{% endset %}
<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>
<div class="usa-input__title">
{{ field.label | striptags}}