[TextField] Labels aren't floating on first SSR render #6425
Labels
bug 🐛
Something doesn't work
component: text field
This is the name of the generic UI component, not the React module!
Problem description
When rendering on server labels aren't floating. They float only when client side scripts are executed.
Update 1
This is not related to server rendering. I think need to detect if field is dirty in
FormControl
before rendering.Versions
The text was updated successfully, but these errors were encountered: