mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +01:00
Avoid taking focus when setting value programmatically
This commit is contained in:
parent
b0eee9d9a4
commit
d105b8c751
@ -721,7 +721,8 @@ var et2_taglist = (function(){ "use strict"; return et2_selectbox.extend([et2_IR
|
|||||||
this._set_multiple(multiple);
|
this._set_multiple(multiple);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.taglist.setSelection(values);
|
this.taglist.clear(true);
|
||||||
|
this.taglist.addToSelection(values,true);
|
||||||
},
|
},
|
||||||
|
|
||||||
getValue: function()
|
getValue: function()
|
||||||
|
Loading…
Reference in New Issue
Block a user