This repository was archived by the owner on Aug 7, 2024. It is now read-only.
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
[BUG] Tags Duplication #10349
Open
Description
Has this bug been raised before?
- I have checked "open" AND "closed" issues and this is not a duplicate
Where did you find this bug?
Production on biodrop.io
Version of BioDrop (for example "v1.2.3")
v2.100.2
Description
When adding tags to your profile or event ticket tags can be duplicated
there is this text under the tags field (Separate tags with commas (tags cannot be duplicated and max 32 characters).) so the handler should not allow duplication and there is no condition for that
Steps to Reproduce
If you know the steps, follow the below format and provide steps to reproduce
For example:
- Go to Edit profile page.
- try to add tags with the same name
Screenshots
Do you want to work on this issue?
Yes
If "yes" to above, please explain how you would technically implement this
This is the handler responsible for it (handleKeyUp) I will just add a condition If a duplicate tag is found