Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 342 Bytes

File metadata and controls

7 lines (4 loc) · 342 Bytes

Thoughts

Half-Aria Props

Do we need all the extra labelledby label and describedBy props? We should just rely on the browser attributes (aria-labelledby, aria-label, aria-describedby) to do the work for us.

Having these attributes in the props is redundant and can be confusing to users as to which prop takes precedence.