Skip to content
New issue

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

Typeahead does not URI encode query for async source #199

Closed
martijnluinstra opened this issue Apr 5, 2018 · 0 comments
Closed

Typeahead does not URI encode query for async source #199

martijnluinstra opened this issue Apr 5, 2018 · 0 comments
Labels

Comments

@martijnluinstra
Copy link

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

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

No branches or pull requests

2 participants