We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, we discovered that clear button which appears when allowClear property used is not accessible due to 2 reasons:
allowClear
tabindex=-1
tab
shift+tab
span
space
shift
I opened PR to fix this and added tests to check behavior, could you check it please
#63
The text was updated successfully, but these errors were encountered:
Fixed in #63
Sorry, something went wrong.
No branches or pull requests
Hello, we discovered that clear button which appears when
allowClear
property used is not accessible due to 2 reasons:tabindex=-1
which makes it inaccessible through the keyboard usingtab
/shift+tab
span
tag which prevent to click it viaspace
orshift
when it is on focusI opened PR to fix this and added tests to check behavior, could you check it please
#63
The text was updated successfully, but these errors were encountered: