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
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
Reproduce:
Using the first dropdown on the demo page, type in:
ab
Then use either the chrome "x" to clear the text or mouse highlight the ab letters, right-click and select "Cut"
Problem:
The input box is now empty and the list shows "No results.". A subsequent keypress (like shift or backspace) will re-populate the list.
I guess using the oninput would be the "correct" way of handling both moue and keyboard entry.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reproduce:
Using the first dropdown on the demo page, type in:
ab
Then use either the chrome "x" to clear the text or mouse highlight the ab letters, right-click and select "Cut"
Problem:
The input box is now empty and the list shows "No results.". A subsequent keypress (like shift or backspace) will re-populate the list.
I guess using the oninput would be the "correct" way of handling both moue and keyboard entry.
The text was updated successfully, but these errors were encountered: