Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DataGrid] Fix missing class name rendered to GridToolbarQuickFilter #12484

Merged
merged 3 commits into from Mar 28, 2024

Conversation

jhawkins11
Copy link
Contributor

@jhawkins11 jhawkins11 commented Mar 18, 2024

When creating a custom toolbar in DataGrid with GridToolbarQuickFilter, GridToolbarQuickFilter would not have MuiDataGrid-toolbarQuickFilter rendered as expected.

Fixes #12400

When creating a custom toolbar in DataGrid with GridToolbarQuickFilter, GridToolbarQuickFilter would not have MuiDataGrid-toolbarQuickFilter rendered as expected.

Fixes mui#12400
@mui-bot
Copy link

mui-bot commented Mar 18, 2024

Deploy preview: https://deploy-preview-12484--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against ae0b264

@zannager zannager added the component: data grid This is the name of the generic UI component, not the React module! label Mar 19, 2024
@jhawkins11 jhawkins11 closed this Mar 20, 2024
@jhawkins11 jhawkins11 reopened this Mar 20, 2024
@oliviertassinari oliviertassinari added the customization: css Design CSS customizability label Mar 20, 2024
@MBilalShafi MBilalShafi changed the base branch from next to master March 21, 2024 02:19
@MBilalShafi MBilalShafi merged commit 121a8ed into mui:master Mar 28, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! customization: css Design CSS customizability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] Incorrect class name rendered to GridToolbarQuickFilter when customized with GridToolbarContainer
6 participants