mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02: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._set_multiple(multiple);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.taglist.setSelection(values);
|
this.taglist.clear(true);
|
||||||
|
this.taglist.addToSelection(values,true);
|
||||||
},
|
},
|
||||||
|
|
||||||
getValue: function()
|
getValue: function()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user