Setting values asynchronously in form context does not update the label #44459
Labels
component: text field
This is the name of the generic UI component, not the React module!
status: waiting for author
Issue with insufficient information
Steps to reproduce
I am using react-form in combination with the TextField component:
The problem: If
value
is loaded asynchrounously, the label on top of the text component won't move to the top:I've already tried to
setValue
:but that didn't work either. It looks like
TextField
is not reacting to the underlying value changing? Or is this something that's caused by react-form?Current behavior
No response
Expected behavior
No response
Context
No response
Your environment
npx @mui/envinfo
Search keywords: useform, textfield, label
The text was updated successfully, but these errors were encountered: