This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
[BUG] Tags Duplication #10349
Labels
🛠 goal: fix
undefined
🚦 status: awaiting triage
Waiting for maintainers to verify (please do not start work on this yet)
Has this bug been raised before?
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:
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
The text was updated successfully, but these errors were encountered: