I am using Semantic UI React's Dropdown component and trying to reconcile input from the keyboard and mouse into a single selected line that is used to navigate the options.
The current behavior:
The behavior I would like:
So, my question:
onChange(), as this I'm not fully selecting it with mouse hover / up / down, just changing the focus.You can use any example from Dropdown's documentation page to test code on: https://react.semantic-ui.com/modules/dropdown/
Here is an example video from https://replit.com/ showing my desired behavior: https://imgur.com/a/C6w77kO