From c61817ec223fa599188a5f05267235d083895978 Mon Sep 17 00:00:00 2001 From: Felix <krumm-felix@adornis.de> Date: Thu, 24 Apr 2025 11:10:15 +0000 Subject: [PATCH] fix: remove weird disabled attribute --- modules/popover/x-dropdown-multiselection.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/popover/x-dropdown-multiselection.ts b/modules/popover/x-dropdown-multiselection.ts index 78a3b4befa..25d95609cd 100644 --- a/modules/popover/x-dropdown-multiselection.ts +++ b/modules/popover/x-dropdown-multiselection.ts @@ -72,7 +72,6 @@ export class XDropdownMultiSelection<T = any> extends XDropdownSelection<T, T[]> ) => html` <x-flex ${css({ padding: `${this.spacing.sm} ${this.spacing.md}` })}> <x-checkbox - disabled boolean-only .value=${this.value.value?.includes(x)} label=${this.renderString(x, index)} -- GitLab