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
When you run axe devTools on the file upload component it complains with "Interactive controls must not be nested" due to the label element having role="button" on it. This combined with the hidden input field lead to the accessibility issue. role="button" should be removed from the label. Either that or we should be able to override this property if we provide a custom button as children
The text was updated successfully, but these errors were encountered:
When you run axe devTools on the file upload component it complains with "Interactive controls must not be nested" due to the label element having role="button" on it. This combined with the hidden input field lead to the accessibility issue. role="button" should be removed from the label. Either that or we should be able to override this property if we provide a custom button as children
The text was updated successfully, but these errors were encountered: