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
When a user focus the dropdown item and starts typing no change event is fired even if the user gets the value presented.
When a user starts typing on a focused dropdown a change event should be fired.
no change event is fired.
on Chrome / Mac (probably in other browsers / OS too)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a user focus the dropdown item and starts typing no change event is fired even if the user gets the value presented.
Expected Behavior
When a user starts typing on a focused dropdown a change event should be fired.
Current Behavior
no change event is fired.
Steps to Reproduce
Context (Environment)
on Chrome / Mac (probably in other browsers / OS too)
Possible Solution
The text was updated successfully, but these errors were encountered: