react-autosuggest icon indicating copy to clipboard operation
react-autosuggest copied to clipboard

Suggestion list shows when the window is active again

Open harvey56 opened this issue 5 years ago • 0 comments

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.

harvey56 avatar Dec 18 '20 16:12 harvey56