-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Tagging - change default order #574
Comments
If I understand your request correctly, from the wiki check out the An example with that property:
|
I see that setting |
With respect, I feel that is a bad UX pattern and for that reason don't have any intention of going that direction. Sent from my iPhone
|
I see that setting tagging-lablel to false does not work when you get the model through refresh |
The problem with this is that even when there is an exact match in the existing list, that option still appears second, after the (new) items with the same name (visibly duplicate). I can imagine that a user will simply see the "correct" entry highlighted (the new options) and hit enter, unknowingly adding a new item, instead of selecting the keyword other users have already established. How can I remove the (new) item until there is no match? |
I also would prefer the new option at the end. I find at usage (in my app) that 99% of new entries are reusing previous tags, thus you always use keybord to select the tag while a simple enter would have worked. It is uselessly painful. Why not adding an option for this? |
By default, enabling tagging mode seems to always add the possible tag to the top of the dropdown. Is there / is there planned to be a way to change where in the list a new tag appears? To facilitate quick data entry, I'd like actual matches (if any) to be the first choice during typing.
For example:

(Plunker based on the demo)
I'd expect typing
ma
to default to selectingMagenta
(alphabetically first), providingma (new)
as a last-resort option. Basically, I expect it to work as if tagging was not enabled, unless I type something that does not match anything or I explicitly scroll the highlight down to the new tag entry.The text was updated successfully, but these errors were encountered: