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.esm.js
CHANGED
@@ -3196,7 +3196,7 @@ const MRT_FilterTextField = (_a) => {
|
|
3196
3196
|
? Array.isArray(filterValue)
|
3197
3197
|
? filterValue
|
3198
3198
|
: []
|
3199
|
-
:
|
3199
|
+
: filterValue, children: (isSelectFilter || isMultiSelectFilter) && [
|
3200
3200
|
jsx(MenuItem, { disabled: true, divider: true, hidden: true, value: "", children: jsx(Box, { sx: { opacity: 0.5 }, children: filterPlaceholder }) }, "p"),
|
3201
3201
|
...[
|
3202
3202
|
(_t = textFieldProps.children) !== null && _t !== void 0 ? _t : dropdownOptions === null || dropdownOptions === void 0 ? void 0 : dropdownOptions.map((option, index) => {
|