We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Options:
typeahead = TRUE existing-tags = [... see dataset below ...]
Dataset:
Existing tags:
{ 1: "first tag", 2: "second tag" }
Workaround 1:
Result: Tag is not added, because slug of existing tag 1 is equal to new adding tag. It's not ok.
Workaround 2:
Result: added tag named "first tag", but expected "1".
Related wrong code.
The text was updated successfully, but these errors were encountered:
Hey. Sorry for the late reply. This is actually a pretty serious bug, thank you for reporting! A fix is done and will be present in the next release.
Sorry, something went wrong.
Fixed the bug from #53. New data format for existing & selected tags.
c628583
No branches or pull requests
Options:
typeahead = TRUE
existing-tags = [... see dataset below ...]
Dataset:
Existing tags:
Workaround 1:
Result: Tag is not added, because slug of existing tag 1 is equal to new adding tag. It's not ok.
Workaround 2:
Result: added tag named "first tag", but expected "1".
Related wrong code.
The text was updated successfully, but these errors were encountered: