diff --git a/packages/mantine-react-table-open/src/components/inputs/MRT_FilterTextInput.tsx b/packages/mantine-react-table-open/src/components/inputs/MRT_FilterTextInput.tsx index 7c5d6eac6..19b506d3b 100644 --- a/packages/mantine-react-table-open/src/components/inputs/MRT_FilterTextInput.tsx +++ b/packages/mantine-react-table-open/src/components/inputs/MRT_FilterTextInput.tsx @@ -299,6 +299,7 @@ export const MRT_FilterTextInput = ({ searchable {...multiSelectProps} className={clsx(className, multiSelectProps.className)} + clearable={false} data={filterSelectOptions} onChange={(value) => setFilterValue(value)} ref={(node) => { @@ -315,6 +316,7 @@ export const MRT_FilterTextInput = ({ ? ClearButton : undefined } + rightSectionPointerEvents="all" style={commonProps.style} /> );