Feature request: autocomplete with auto select first option on blur #261
Labels
comp: lean
Issues related to @sbb-esta/angular lean design
effort1: hours
enhancement
New feature or request
prio4: low
Should be done after all higher priorities are done
Is your feature request related to a problem? Please describe.
To enable faster user input, in our application the first match should automatically be selected when the user leaves an input/autocomplete.
Describe the solution you'd like
There should be an attribute
autoSelectFirst
(default false) that enables the desired behavior.Describe alternatives you've considered
We are currently working around this, but this is tedious, as the blur event comes before the "selected event".
The text was updated successfully, but these errors were encountered: