material-react-table 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3286,7 +3286,7 @@ const MRT_FilterTextField = (_a) => {
3286
3286
  ? Array.isArray(filterValue)
3287
3287
  ? filterValue
3288
3288
  : []
3289
- : '', children: (isSelectFilter || isMultiSelectFilter) && [
3289
+ : filterValue, children: (isSelectFilter || isMultiSelectFilter) && [
3290
3290
  jsxRuntime.jsx(MenuItem__default["default"], { disabled: true, divider: true, hidden: true, value: "", children: jsxRuntime.jsx(Box__default["default"], { sx: { opacity: 0.5 }, children: filterPlaceholder }) }, "p"),
3291
3291
  ...[
3292
3292
  (_t = textFieldProps.children) !== null && _t !== void 0 ? _t : dropdownOptions === null || dropdownOptions === void 0 ? void 0 : dropdownOptions.map((option, index) => {