mui-x
mui-x copied to clipboard
[DataGrid] Fix value type in filter model for number and boolean column type
Fixes #14327
Currently, number and boolean column types store filter item value in filter model as a string type (see demo)
we should rather store these values according to their respective column type (we already do that for date and dateTime column types).
- [x] I have followed (at least) the PR section of the contributing guide.
Deploy preview: https://deploy-preview-14733--material-ui-x.netlify.app/
Generated by :no_entry_sign: dangerJS against a692412672e47828a6fca5a2898a0996ebecc9fe
@romgrk, can you please look at these changes when you have time?