You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the page/screen loads, when the TextInput mode=outline has a value, the label is initially positioned at the right which results in overlapping with the outline, then does a sliding animation to the left.
Current behaviour
After the page/screen loads, when the TextInput mode=outline has a value, the label is initially positioned at the right which results in overlapping with the outline, then does a sliding animation to the left.
See video:
https://github.com/user-attachments/assets/202e3c1e-3b1a-4314-900a-83d2f6e47d0f
Expected behaviour
No sliding animation like in V4.
How to reproduce?
a simple:
<TextInput mode="outlined" label="Last Name" value="John Doe" />
"No Loops", just plain render of multiple
<TextInput />
I also created a Snack sample
Preview
What have you tried so far?
the v4 seems fine, but doesn't support MD3.
Your Environment
The text was updated successfully, but these errors were encountered: