react-autosuggest
react-autosuggest copied to clipboard
Suggestion list shows when the window is active again
Are you reporting a bug?
I'm not too sure. Potentially yes, unless there is a workaround it.
Observed behaviour: Suggestions stay open
If I enter a key, I have a list of suggestions that show. Upon selection of an element of the list, the list of suggestions goes hidden. Now, if I select another window/tab, then switch back to the window with the react-autosuggest component, the list of suggestion will show again. This behaviour is visible on the homepage of react-autosuggest comp here http://react-autosuggest.js.org/.
Expected behaviour: Suggestions should be closed
Expected behaviour is that the suggestion list appear only when i select the input field and type any keys there.