Avoid JS error on blur

This commit is contained in:
nathan 2023-09-14 14:33:16 -06:00
parent 472ee73dda
commit 1d1b3f5947

View File

@ -729,7 +729,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
{
super.blur();
}
this.dropdown.hide();
this.hide();
}
/* Parent should be fine now?