generated from react-component/footer
-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
Hello, we discovered that clear button which appears when allowClear property used is not accessible due to 2 reasons:
- button wrapper uses
tabindex=-1which makes it inaccessible through the keyboard usingtab/shift+tab - button wrapper uses
spantag which prevent to click it viaspaceorshiftwhen it is on focus
I opened PR to fix this and added tests to check behavior, could you check it please
Metadata
Metadata
Assignees
Labels
No labels