mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
When select options change and we have tags turned on, update chosen
This commit is contained in:
parent
88ecdf19db
commit
f58ef2980f
@ -802,6 +802,10 @@ var et2_selectbox = (function(){ "use strict"; return et2_inputWidget.extend(
|
||||
}
|
||||
this.options.select_options = _options;
|
||||
|
||||
if(this.options.tags || this.options.search)
|
||||
{
|
||||
this.input.trigger("liszt:updated");
|
||||
}
|
||||
// Sometimes value gets set before options
|
||||
if(this.value || this.options.empty_label) this.set_value(this.value, true); // true = dont try to set_options, to avoid an infinit recursion
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user