You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that you added aria-label and role attributes to some of the buttons. In addition, it would be nice if the relationship of the input fields to other helpful text could be defined by passing aria-labelledby and aria-describedby props to the component, which would then be attached to the input fields.
Also, a non-technical accessibility requirement for us would be the ability to translate the existing labels in the component. Would you consider a strings prop for overriding any English-language labels you've applied to buttons in the component?
The text was updated successfully, but these errors were encountered:
I saw that you added
aria-label
androle
attributes to some of the buttons. In addition, it would be nice if the relationship of the input fields to other helpful text could be defined by passingaria-labelledby
andaria-describedby
props to the component, which would then be attached to the input fields.Also, a non-technical accessibility requirement for us would be the ability to translate the existing labels in the component. Would you consider a
strings
prop for overriding any English-language labels you've applied to buttons in the component?The text was updated successfully, but these errors were encountered: