mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
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);
|
||||
|
||||
this.static_options = [];
|
||||
|
||||
// Trigger the options to get rendered into the DOM
|
||||
this.requestUpdate("select_options");
|
||||
}
|
||||
|
||||
get select_options() : SelectOption[]
|
||||
|
Loading…
Reference in New Issue
Block a user