[data grid] Remove Empty String Option in MUI DataGrid SingleSelect Filter #12611
Labels
component: data grid
This is the name of the generic UI component, not the React module!
enhancement
This is not a bug, nor a new feature
feature: Filtering
Related to the data grid Filtering feature
Summary
The current implementation of the MUI DataGrid SingleSelect filter includes an empty string option alongside values, which may not align with user expectations. This enhancement aims to remove the empty value from the filter dropdown and empower users to manually add custom values for a more tailored filtering experience.
Examples
Current:
I am getting this empty value even after giving the:
optionalValues: ["Open","PartiallyFilled","Filled", "Rejected"]
Expected
I dont want to see the empty value in the dropdown.
Motivation
Improve user experience by eliminating the empty string option in the SingleSelect filter.
Enable users to manually add custom values, enhancing the filter's customization capabilities.
Streamline the filtering interface by focusing on user-driven input without the distraction of an empty value.
Search keywords:
The text was updated successfully, but these errors were encountered: