You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 theCustomer
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?
The text was updated successfully, but these errors were encountered: