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
When the behavior described in #846 happens (only one suggestion with exact match), the order of the events are swapped.
For example, if I have logic the does some cleanup at search complete and do some processing at select, whenever I click in an already filled input, I always end up with a clear state because onSearchComplete triggers after the onSelect event.
I can do some checks to avoid the cleanup.
The text was updated successfully, but these errors were encountered:
When the behavior described in #846 happens (only one suggestion with exact match), the order of the events are swapped.
For example, if I have logic the does some cleanup at search complete and do some processing at select, whenever I click in an already filled input, I always end up with a clear state because
onSearchComplete
triggers after theonSelect
event.I can do some checks to avoid the cleanup.
The text was updated successfully, but these errors were encountered: