diff --git a/packages/mantine-react-table/src/components/inputs/MRT_FilterTextInput.tsx b/packages/mantine-react-table/src/components/inputs/MRT_FilterTextInput.tsx index a862f830d..1edb3fcea 100644 --- a/packages/mantine-react-table/src/components/inputs/MRT_FilterTextInput.tsx +++ b/packages/mantine-react-table/src/components/inputs/MRT_FilterTextInput.tsx @@ -262,7 +262,6 @@ export const MRT_FilterTextInput = ({ {filterChipLabel} @@ -271,6 +270,7 @@ export const MRT_FilterTextInput = ({ ) : isMultiSelectFilter ? ( ({ }} rightSection={filterValue?.toString()?.length ? ClearButton : undefined} style={commonProps.style} + value={Array.isArray(commonProps?.value) ? commonProps.value : []} /> ) : isSelectFilter ? (