diff --git a/packages/react/src/components/ListBox/next/ListBoxSelection.tsx b/packages/react/src/components/ListBox/next/ListBoxSelection.tsx index a74a3dcfc71d..9e6059b5ef2d 100644 --- a/packages/react/src/components/ListBox/next/ListBoxSelection.tsx +++ b/packages/react/src/components/ListBox/next/ListBoxSelection.tsx @@ -107,7 +107,7 @@ function ListBoxSelection({ `${prefix}--tag--filter`, `${prefix}--tag--high-contrast`, { - [`${prefix}--tag--disabled`]: disabled || readOnly, + [`${prefix}--tag--disabled`]: disabled, } );