Skip to content
New issue

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

AutocompleteInput shows current value as first suggestion #3148

Closed
rgaino opened this issue Apr 19, 2019 · 1 comment
Closed

AutocompleteInput shows current value as first suggestion #3148

rgaino opened this issue Apr 19, 2019 · 1 comment
Labels

Comments

@rgaino
Copy link

rgaino commented Apr 19, 2019

What you were expecting:
AutocompleteInput shows only the suggestions that match the criteria.

What happened instead:
Auto completeInput shows the previously selected value on top of the suggestion list, regardless if it matches the search criteria.

Steps to reproduce:
On the demo, click on any order in Pending orders, then type something on the Customer field. You get the correct suggestions, so select one. Now go back and start typing another name. The input shows the previous selected suggestion on top of the suggestion list, regardless if it matches if the new text.

Related code:
Behaviour is reproduced on the demo, no need for custom code.

Other information:
Is this really the expected behaviour?

@fzaninotto
Copy link
Member

Fixed by #3031

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

No branches or pull requests

3 participants