tagify
tagify copied to clipboard
Checking The Tags On The Dropdown List & Adding The Pills Without Removing The Items
Hi! Thank you for this beautiful library! I suggest adding a type of input field that when clicked, lists all the tags and allows the user to check the tags they need without removing those tags from the list. Actually, the tag pills do get added on the input field, but also the corresponding items do NOT get removed from the dropdown list and instead, just get checked. Thank you again and keep being great!
you can already click a tag to disable/enable it, just bund the click event:
Here's an example I've created for you: https://jsbin.com/dadoliv/1/edit?html,css,js,output