react-day-picker icon indicating copy to clipboard operation
react-day-picker copied to clipboard

inactive elements in the focus order - accessibility issue

Open vamshienumula opened this issue 9 months ago • 0 comments

By default the "wrapper" div is focusable via Tab because it has tabIndex = 0. Also the wrapper div doesn't have any aria-label property. So if it has tabIndex = 0 and is focused then the narrator is silent and the user will be confused in such case and won't know where the focus is.

Actually the focus should be on first interactive element. We should remove tab index from non-interactive elements.

@gpbl Can you please help us in fixing this.

vamshienumula avatar May 02 '24 11:05 vamshienumula