diff --git a/api/js/etemplate/Et2Select/StaticOptions.ts b/api/js/etemplate/Et2Select/StaticOptions.ts index 5a02adfa8a..907f71dfb9 100644 --- a/api/js/etemplate/Et2Select/StaticOptions.ts +++ b/api/js/etemplate/Et2Select/StaticOptions.ts @@ -36,6 +36,9 @@ export const Et2StaticSelectMixin = > super(...args); this.static_options = []; + + // Trigger the options to get rendered into the DOM + this.requestUpdate("select_options"); } get select_options() : SelectOption[]