forked from extern/egroupware
- Fix infinite loop in onchange trigger on selectboxes under some cases
This commit is contained in:
parent
6671f4090a
commit
3125dcba42
@ -500,11 +500,11 @@ var et2_selectbox = et2_inputWidget.extend(
|
||||
return;
|
||||
}
|
||||
}
|
||||
this.value = _value;
|
||||
if(this.isAttached() && this._oldValue !== et2_no_init && this._oldValue !== _value)
|
||||
{
|
||||
this.input.change();
|
||||
}
|
||||
this.value = _value;
|
||||
},
|
||||
|
||||
set_multi_value: function(_value) {
|
||||
|
Loading…
Reference in New Issue
Block a user