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 believe this issue is caused by #1690
When minCharacters is set to 1 (by default) - it is not possible to delete the last character in search query.
When minCharacters is set to > 1 - it is not possible to enter the search query at all.
Steps
Create a dropdown with default minCharacters
Create a dropdown with minCharacters = 2
Click on dropdown and start typing search query (e.g. -> "Afgan")
Now you want to change your search query to "USA", so delete first query and start typing "USA"
Expected Result
It should be possible to type in and change search query
Actual Result
when minCharacters is set to 1 (by default) it is not possible to delete the last character, it always remains in the input
when minCharacters is set to > 1 it is not possible to enter the search query at all
I believe this issue is caused by #1690
When minCharacters is set to 1 (by default) - it is not possible to delete the last character in search query.
When minCharacters is set to > 1 - it is not possible to enter the search query at all.
Steps
Expected Result
Actual Result
Version
0.68.4
Testcase
https://codepen.io/anon/pen/PmMPMN
@dyesseyumba would you like to check this?
The text was updated successfully, but these errors were encountered: