-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When I do focusAfterSelect='true'
the search results stay open after an selection, but the input doesn't get focus. I have to select it with the mouse to change the text in it.
The console error says TypeError: searchRef.focus is not a function
.
I wasnt able to get the input focused, but the error message can be removed by changing
if (focusAfterSelect) searchRef.focus();
hideDropdown = true;
to
if (!focusAfterSelect) hideDropdown = true;
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working