Closed wkeese closed 8 years ago
As mentioned in ibm-js/deliteful#605, FormWidget sets aria-disabled on the <input>, even though the <input> already has the disabled property set. This is redundant .
aria-disabled
<input>
disabled
As mentioned in ibm-js/deliteful#605, FormWidget sets
aria-disabled
on the<input>
, even though the<input>
already has thedisabled
property set. This is redundant .