forked from extern/egroupware
Fix some selects with static options did not render their options after ddd72fd51a
This commit is contained in:
parent
7e76020ce1
commit
b064b84874
@ -36,6 +36,9 @@ export const Et2StaticSelectMixin = <T extends Constructor<Et2WidgetWithSelect>>
|
|||||||
super(...args);
|
super(...args);
|
||||||
|
|
||||||
this.static_options = [];
|
this.static_options = [];
|
||||||
|
|
||||||
|
// Trigger the options to get rendered into the DOM
|
||||||
|
this.requestUpdate("select_options");
|
||||||
}
|
}
|
||||||
|
|
||||||
get select_options() : SelectOption[]
|
get select_options() : SelectOption[]
|
||||||
|
Loading…
Reference in New Issue
Block a user