Closed GazimSoliev closed 2 months ago
Describe the bug Empty Material 3 TextField with label jumps when it gets focus Affected platforms
Versions
To Reproduce Steps and/or the code snippet to reproduce the behavior:
Box( modifier = Modifier.fillMaxSize(), contentAlignment = Alignment.Center ) { Column( verticalArrangement = Arrangement.spacedBy(8.dp), horizontalAlignment = Alignment.CenterHorizontally ) { Text("Hello") TextField(TextFieldValue(), {}, label = { Text("Label 1") }) TextField(TextFieldValue(), {}, label = { Text("Label 2") }) } }
Expected behavior It doesn't jump when it gets focus
Video
https://github.com/JetBrains/compose-multiplatform/assets/63443274/8cdd3a82-ede1-4a40-b664-4882a65ba736
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Same here. I don't know why.
Describe the bug Empty Material 3 TextField with label jumps when it gets focus Affected platforms
Versions
To Reproduce Steps and/or the code snippet to reproduce the behavior:
Expected behavior It doesn't jump when it gets focus
Video
https://github.com/JetBrains/compose-multiplatform/assets/63443274/8cdd3a82-ede1-4a40-b664-4882a65ba736