Plugins are bundled in tom-select.complete.js but can also be loaded individually.
To load individually, include tom-select.base.js and any combination of plugins of your choosing.
The plugin documentation has more information about custom bundles and plugin development.
Items
Plugins that modify the behavior and/or display of items (selected options).
Prevents the user from removing items with backspace and delete keys unless items are active.
Use with no_active_items to disable deleting with keyboard events entirely.
More info...
{% set html %}
{% endset %}
{{ demo_small( html, script) }}