-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
Fix: solution to double selection #958
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-958.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-958.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-958.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-958.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-958.westeurope.azurestaticapps.net |
Quality Gate passedIssues Measures |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-958.westeurope.azurestaticapps.net |
* solution to double selection * write unit test for select * add more tests
Currently there is cases where the keyboard interaction triggereds a selection but also triggers the click which then removed the selection.
This is begin fixed by this PR. which as well adds tab index for selectable components.
fixes #654
Description
Types of changes
Motivation and context
How to test?
Screenshots (if appropriate)
Checklist