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
typed something, left the input using e.g. the <TAB> key
What happened:
It closes the suggestion box only if I apply my workaround
Problem description:
Is there a option I miss or a particular reason why the suggestions are only closed when one clicks somewhere outside and not as well when the focus changes to another element?
Suggested solution:
my code
The text was updated successfully, but these errors were encountered:
I tried the above but then found that any mouse click on one of the options would close the dropdown but NOT select the option clicked. I took away the @blur property and the click on option worked again but then TAB away was broken again. I think this workaround helps.
vue-autosuggest
version: 2.2.0node
version: 16.13.2npm
(oryarn
) version: 8.5.2Relevant code or config
My workaround:
What you did:
typed something, left the input using e.g. the
<TAB>
keyWhat happened:
It closes the suggestion box only if I apply my workaround
Problem description:
Is there a option I miss or a particular reason why the suggestions are only closed when one clicks somewhere outside and not as well when the focus changes to another element?
Suggested solution:
my code
The text was updated successfully, but these errors were encountered: