ibm-js / delite

HTML Custom Element / Widget infrastructure
http://ibm-js.github.io/delite/
Other
68 stars 28 forks source link

FormWidget: redundant aria-disabled attribute #440

Closed wkeese closed 8 years ago

wkeese commented 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 .