Skip to content
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

Dropdown-Input is selectable when disabled and using tab-key. #62

Closed
gandalf92 opened this issue Jan 21, 2020 · 1 comment
Closed

Dropdown-Input is selectable when disabled and using tab-key. #62

gandalf92 opened this issue Jan 21, 2020 · 1 comment

Comments

@gandalf92
Copy link
Contributor

Expected behavior:
The input should not be selectable when it is disabled using the tab-key.

Current Behavior:
The input is selectable via tab-key and the dropdown is visible.

Fix:
Set tabindex to -1 on outer container when disabled and don't render options-list.

@sanusart
Copy link
Owner

Thank you @gandalf92 published v3.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants