Closed ezl closed 2 years ago
Instead of always showing the “create tag” option, I found and implemented a solution that will allow creating a tag even if it is a substring of an existing tag. The “create tag” option will only show up if an exact match is not found.
What do you think @ezl
Sounds good @yassinya - go ahead and roll it out then I'll evaluate once live. :)
You can try it out now @ezl , it is live!
Several parts to updating the tag creation popup/dialog:
#foobar
, then try to create a tag called#foo
. When you do, it will autoselect the previously created tag#foobar
that includes the shorter, new string. In order to solve this, we need to always make "create tag" an available option