mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
4.55k stars 1.33k forks source link

[fields] Always use `props.value` as the source of truth when defined #15530

Open flaviendelangle opened 1 day ago

flaviendelangle commented 1 day ago

Follow up on #10424

See https://github.com/mui/mui-x/pull/15490#issuecomment-2488137578

Right now, if you control the value and don't update it, the user will still be able to change the visible value, which is in contradiction with the idea of controlling the value.

Search keywords: