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
For more information, see the CONTRIBUTING guide.
CONTRIBUTING
Precise-UI: 0.8.1
Every time a key is pressed on the Autocomplete component, the onFocus method gets called.
onFocus
Expected behavior: onFocus gets called only when focusing
Actual behavior: onFocus gets called for every keystroke
Environment details: Chrome 79, MacOS
The text was updated successfully, but these errors were encountered:
onChange
No branches or pull requests
Bug Report
Prerequisites
For more information, see the
CONTRIBUTING
guide.Versions
Precise-UI: 0.8.1
Description
Every time a key is pressed on the Autocomplete component, the
onFocus
method gets called.Steps to Reproduce
Expected behavior: onFocus gets called only when focusing
Actual behavior: onFocus gets called for every keystroke
Environment details: Chrome 79, MacOS
The text was updated successfully, but these errors were encountered: