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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug The promptMessage appears on initial page load even when the component does not have focus
promptMessage
To Reproduce Steps to reproduce the behavior:
promptCondition
Expected behavior The promptMessage and promptCondition should kick in only when the Autocomplete field explicitly has focus.
Please follow the following instruction to create the new branch:
git checkout release/0.6 git pull git checkout -b 'feature/autocomplete-prompt
The text was updated successfully, but these errors were encountered:
Closed by #357
Sorry, something went wrong.
sri-viswanathan
No branches or pull requests
Describe the bug
The
promptMessage
appears on initial page load even when the component does not have focusTo Reproduce
Steps to reproduce the behavior:
promptMessage
based on apromptCondition
promptMessage
is visible even though the Autocomplete component does not have focusExpected behavior
The
promptMessage
andpromptCondition
should kick in only when the Autocomplete field explicitly has focus.Please follow the following instruction to create the new branch:
git checkout release/0.6 git pull git checkout -b 'feature/autocomplete-prompt
The text was updated successfully, but these errors were encountered: