tagger
tagger copied to clipboard
Zero Dependency, Vanilla JavaScript Tag Editor
Input elements in Safari lose focus when the list attribute is added. As a workaround, we set a non-existing dataset id to disable auto-completion instead of removing the attribute. The...
Firefox doesn't have this problem but Safari does. For some reason, I can only type two characters in the tag box before I lose focus and have to click inside...
If you pass jQuery object as first argument component is created but the return object is not tagger object. Which in turn throws different error when you try to invoke...
Hi, Thanks for this library. Autocomplete only works after Ctrl+Space. Is there an option to make it work like the default behaviour of datalist (it doesn't need any keystroke to...
Events are required for proper use in React to have proper binding. - [ ] on_change - [ ] on_add - [ ] possible on_create - [ ] on_delete -...
I was suggested to add this option to ignore case. The feature will be breaking change because it will force to ignore the case by default. options will be maybe...
Currently the library only allows comma as delimiter. It would be great to have an option to set the delimiter (for instance semi-colon) when initializing.
Add code that will bring back the original input and clean up everything.
[CONTRIBUTING.md](https://github.com/GuerillaHQ/vanillalist/blob/main/CONTRIBUTING.md)
## Motivation: Currently, the library only allows a comma as the delimiter. This limitation restricts user flexibility in tag entry. By adding support for customs delimiters, users can customize their...