mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Let change event bubble so it can be caught by parents
This commit is contained in:
parent
2e570a0343
commit
9e8bc6e1ee
@ -320,7 +320,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
||||
{
|
||||
if(super._triggerChange(e) && !this._block_change_event)
|
||||
{
|
||||
this.dispatchEvent(new Event("change"));
|
||||
this.dispatchEvent(new Event("change", {bubbles: true}));
|
||||
}
|
||||
if(this._block_change_event)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user