selectize-plugin-clear
v0.0.3
Published
Plugin for Selectize which adds a "clear" button
Downloads
8,347
Readme
selectize-plugin-clear
Plugin for Selectize which adds a "clear" button
Usage
Use the plugin option to turn on the plugin:
$("#element").selectize({
plugins: ["clear_button"]
});