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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.2",
2
+ "version": "3.0.3",
3
3
  "license": "MIT",
4
4
  "name": "material-react-table",
5
5
  "description": "A fully featured Material UI V6 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
@@ -486,7 +486,7 @@ export const MRT_FilterTextField = <TData extends MRT_RowData>({
486
486
  ? Array.isArray(filterValue)
487
487
  ? filterValue
488
488
  : []
489
- : ''
489
+ : filterValue
490
490
  }
491
491
  >
492
492
  {(isSelectFilter || isMultiSelectFilter) && [