diff --git a/packages/material-react-table/src/components/inputs/MRT_FilterTextField.tsx b/packages/material-react-table/src/components/inputs/MRT_FilterTextField.tsx index 9a5b88915..112b45646 100644 --- a/packages/material-react-table/src/components/inputs/MRT_FilterTextField.tsx +++ b/packages/material-react-table/src/components/inputs/MRT_FilterTextField.tsx @@ -353,10 +353,6 @@ export const MRT_FilterTextField = ({ ? undefined : filterPlaceholder, variant: 'standard', - SelectProps: { - IconComponent: () => , - ...textFieldProps.SelectProps, - }, ...textFieldProps, sx: (theme) => ({ minWidth: isDateFilter @@ -472,6 +468,8 @@ export const MRT_FilterTextField = ({ MenuProps: { disableScrollLock: true }, displayEmpty: true, multiple: isMultiSelectFilter, + SelectDisplayProps: { style: { paddingRight: 0 } }, + IconComponent: () => , renderValue: isMultiSelectFilter ? (selected: any) => !selected?.length ? (