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
0.21.3
Typeahead
Type an '&' in a typeahead input field.
Queries async source for items containing the string '&'
Queries async source for items containing the string ''
Should be easy to fix by URI encoding the querystring
The text was updated successfully, but these errors were encountered:
1d7b8a6
No branches or pull requests
Version & browser
0.21.3
Which component
Typeahead
Steps to reproduce the problem
Type an '&' in a typeahead input field.
Expected behavior
Queries async source for items containing the string '&'
Actual behavior
Queries async source for items containing the string ''
Should be easy to fix by URI encoding the querystring
The text was updated successfully, but these errors were encountered: