This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
[$50] Improve User Handle autocomplete #29
Closed
Description
Instead of this when we press Enter
we would like the current value to be applied and suggestion list closed.
To select any value form the suggestion we should press Down Key
to move to the list.
Can we achieve this? Or is there any other way to handle this nicely. The main aim if we type something and press Enter the filter should be done by what we type, not by the first suggestion. But we should be still able to select any suggestion using keyboard.