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

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

Open
flaviendelangle opened this issue Nov 21, 2024 · 2 comments · May be fixed by #16853
Open

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

flaviendelangle opened this issue Nov 21, 2024 · 2 comments · May be fixed by #16853
Assignees
Labels
bug 🐛 Something doesn't work component: pickers This is the name of the generic UI component, not the React module! regression A bug, but worse

Comments

@flaviendelangle
Copy link
Member

flaviendelangle commented Nov 21, 2024

Follow up on #10424

See #15490 (comment)

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:

@flaviendelangle flaviendelangle added bug 🐛 Something doesn't work component: pickers This is the name of the generic UI component, not the React module! labels Nov 21, 2024
@LukasTy LukasTy added the regression A bug, but worse label Nov 26, 2024
@LukasTy LukasTy changed the title [fields] Always use props.value as the source of truth when defined [pickers] Always use props.value as the source of truth when defined Nov 26, 2024
@flaviendelangle flaviendelangle self-assigned this Jan 1, 2025
@hrithiksawhney
Copy link

Hi @flaviendelangle
Is there any update on this fix?

@flaviendelangle
Copy link
Member Author

We are still working on the exact scope of the fix, but hopefully we should be able to ship it in the coming weeks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: pickers This is the name of the generic UI component, not the React module! regression A bug, but worse
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants