-
-
Notifications
You must be signed in to change notification settings - Fork 161
Description
Is your feature request related to a problem? Please describe.
When I use the suggester with user input I mostly select existing Items and rarely custom input, as I imagine with the majority of use cases. Because the custom input is always the first selected I have to use a button press more to select the best matching existing item. Since I use the suggester in a wile loop to select a bunch of items in one go it is extremly tedious .
Describe the solution you'd like
I would like to move the custom input suggestion to second place and the best matching suggestion of existing items to first
Describe alternatives you've considered
As an alternative solution I use first a suggester without user input and then ask if I need custom input, which would trigger a suggester with user input, which defeats a bit the purpose of the combination of suggester and user input.
I really like quickadd thus far and appreciate your time!