-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[data grid] isAnyOf type filter operator makes filter panel blink and close when extended on two rows #4116
Comments
i would add this happens in DataGridPro 5.5.1 as well as 5.6.0 |
What causes the filter panel to close is the mouseUp outside of the panel There is a quick fix to avoid the filter input wrap on two lines. To do so we unset the <DataGrid
{...}
componentsProps={{
filterPanel: {
filterFormProps: {
valueInputProps: {
sx: {
minWidth: 190,
width: 'unset'
}
}
}
}
}}
/> |
great work around! |
@alexfauquette is there something to do on our side ? |
I added this issue to the RFC on filtering. A quick win would be to set a |
Update: It has been fixed already with the solution of #6213 and doesn't reproduce anymore since v6 and v5.17.20 |
Duplicates
Latest version
Current behavior 😯
filterbug.mov
see attached screen recording.
when you have more than one item in the any of and then go to click on the add filter button, the autocomplete box collapses shifting the button up and causing the filter window to close. this occurs on both chrome and safari, weirdly firefox keeps the filter window open.
Expected behavior 🤔
i should be able to add a filter without the ui shifting the button.
or at a minimum it should not close the filter window
Steps to reproduce 🕹
see attached screen recording
Context 🔦
No response
Your environment 🌎
`npx @mui/envinfo`
Order ID 💳 (optional)
#31818
The text was updated successfully, but these errors were encountered: