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

@@ -11,7 +11,7 @@
<div
v-bind:class="['usa-input', { 'usa-input--error': showError, 'usa-input--success': showValid }]">
<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{% if not field.description %}-inline{% endif %}">
{{ field.label | striptags}}