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
I found an issue. Hope you will know how to handle with this because I just goin' crazy wit it.
Steps (looking at your examples):
Focus on
Start typing Col and select Colorado from the list
Now is going to be tricky part: cursor is standing right next to Colorado and im try to get Connecticut so I'm starting typing C and there's go boom! Combobox loose focus when I start to search word that starts with the same characters as previous selected words. And it's going to loose focus every time when the characters will match! So when i place a cursor after my C and type o it will loose focus again.
How to prevent that?
The text was updated successfully, but these errors were encountered:
@pankamilr@kveeiv
We can simply prevent the focus of the input field when a particular option is already selected. In the syncSelection method we can pass the
I found an issue. Hope you will know how to handle with this because I just goin' crazy wit it.
Steps (looking at your examples):
How to prevent that?
The text was updated successfully, but these errors were encountered: