Accidentaly creating duplicate tags

This appears to be a repeating issue: users clicking create instead of selecting the one already present, when both are the same.

Please add setting for unique values for many to many fields like Tags.

1 Like

If your Tags are in a database, then you can simply require the Name field to be unique:

2 Likes

Alternatively, use access control to limit who is able to create new entities

1 Like

Thank you, that worked. Good enough for now (albeit a bit clumsy ux)