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
Previously requested (but then closed by requestor) here. Currently, pressing down on the last item in the list causes no suggestions to be highlighted until another arrow key press. I'd like to be able to have it immediately cycle back to the first one. This could be configurable via a prop.
I'd be happy to submit a PR for this.
The text was updated successfully, but these errors were encountered:
pressing the down arrow when the last choice is highlighted will move focus back to the text box, pressing down again will move focus to the first item in the list.
What's your reasoning to go against the guidelines?
The guidelines suggest that no item should be highlighted under the case in question because instead it "will move focus back to the text box." However, this is irrelevant given the current functionality of this library since the text input never actually loses focus (or perhaps it's React Autosuggest that is responsible for that functionality). Therefore, being able to un-highlight all suggestions doesn't really seem to serve a purpose.
Previously requested (but then closed by requestor) here. Currently, pressing down on the last item in the list causes no suggestions to be highlighted until another arrow key press. I'd like to be able to have it immediately cycle back to the first one. This could be configurable via a prop.
I'd be happy to submit a PR for this.
The text was updated successfully, but these errors were encountered: