mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 19:20:47 +01:00
Let change event bubble so it can be caught by parents
This commit is contained in:
parent
6ae79bb53e
commit
3738284a39
@ -320,7 +320,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
{
|
{
|
||||||
if(super._triggerChange(e) && !this._block_change_event)
|
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)
|
if(this._block_change_event)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user