As designed Tags only work if you select an option or type in a comma

dethfire

Well-known member
Affected version
2.1
Tags don't work unless you select an existing tag or enter a comma at the end. If you just enter a tag and click outside of the entry box, it clears the entry.
 
This is likely working as intended, as those kind of input boxes are actually dynamically generated select boxes under the hood, if I'm not mistaken.

In other words, if you want to add a new selection, you have to confirm the selection in some way. When you do, it adds a selection to the hidden drop-down, which is why the back-end code is able to read it as a list of entries.
 
It's possible to have either behaviour, but the change was made intentionally. See here for the reason:
I see arguments for both approaches but not going to make any changes now.
 
Back
Top Bottom