-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
pending reviewThis issue was closed as stale; since then additional review has been requested.This issue was closed as stale; since then additional review has been requested.

Description
The clearOptions() method results in the clear() method also being called. Given the logical distinction between "options" and "items" this seems incorrect. The behavior also prevents (unless I'm missing another approach) the use case of providing a new set of options for each item, as follows:
$('#select-state').selectize({
load: function(query, callback){
this.clearOptions();
//fetch the new options
}
});
dipbazz and sriddiford
Metadata
Metadata
Assignees
Labels
pending reviewThis issue was closed as stale; since then additional review has been requested.This issue was closed as stale; since then additional review has been requested.