Hello everyone! Is there a way to set input value when user is navigating through options with his keyboard? Would be helpful in any components like autocomplete, select etc.
usecase: Search input like in youtube/twitch etc. Right now I have two submit options and they conflict with each other. One onKeyDown event when user just types in input and submits and the other one onOptionSubmit.
Attaching video of youtube search input