Skip to content

Instantly share code, notes, and snippets.

@mudassir0909
mudassir0909 / clear_selection.js
Created June 10, 2014 13:02
Selectize plugin which gives an option to clear selection
Selectize.define( 'clear_selection', function ( options ) {
var self = this;
//Overriding because, ideally you wouldn't use header & clear_selection simultaneously
self.plugins.settings.dropdown_header = {
title: 'Clear Selection'
};
this.require( 'dropdown_header' );
self.setup = (function () {