get group()

in src/components/Selection/MultiselectFilter.ts [69:71]


    get group(): string {
        return this.#inner.group || this.#inner.label;
    }