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

@@ -10,7 +10,7 @@
{% if field.errors %}v-bind:initial-errors='{{ field.errors }}'{% endif %}
inline-template>
<fieldset v-bind:class="['selector usa-input', { 'usa-input--error': initialErrors }]">
<fieldset data-ally-disabled="true" v-bind:class="['selector usa-input', { 'usa-input--error': initialErrors }]">
<v-popover v-bind:container='false' ref='popover' v-on:show='onShow'>
<legend>
<div class="usa-input__title">{{ field.label | striptags }}</div>