You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LESS Stylesheets. With a comprehensive set of variables, skinning is orders of magnitude easier. Furthermore, plugins can take advantage of theme-specific settings.
Removed the "theme" setting. All it did was add an extra class to the control. If you want the same functionality, just add a class to the <select> you're selectizing.
Removed the need to pass the value when adding options via addOption(value, data). Now it's simple: addOption(data). The value is extracted from the data automatically, according to the "valueField" setting.