diff --git a/api/js/etemplate/Et2Taglist/Et2Taglist.ts b/api/js/etemplate/Et2Taglist/Et2Taglist.ts index 68ff6d33ac..f61d91a1ec 100644 --- a/api/js/etemplate/Et2Taglist/Et2Taglist.ts +++ b/api/js/etemplate/Et2Taglist/Et2Taglist.ts @@ -9,12 +9,14 @@ */ - -import {css, html, PropertyValues, render, repeat, TemplateResult} from "@lion/core"; +import {css, html, TemplateResult} from "@lion/core"; import {Et2widgetWithSelectMixin} from "../Et2Select/Et2WidgetWithSelectMixin"; import {LionCombobox} from "@lion/combobox"; -import {TaglistSelection} from "./TaglistSelection"; import {SelectOption} from "../Et2Select/FindSelectOptions"; +import {EgwOption} from "./EgwOption"; + +// Force the include, we really need this and without it the file will be skipped +const really_import_me = EgwOption; /** * Taglist base class implementation @@ -66,12 +68,16 @@ export class Et2Taglist extends Et2widgetWithSelectMixin(LionCombobox) * If this were a normal selectbox, this would be just the