tagger icon indicating copy to clipboard operation
tagger copied to clipboard

Zero Dependency, Vanilla JavaScript Tag Editor

Results 12 tagger issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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 -...

good first issue

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...

enhancement
good first issue

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.

help wanted
good first issue

Add code that will bring back the original input and clean up everything.

help wanted
good first issue

[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...