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