TextField causes scrollbar flickering when focused in a form dialog #11287
Labels
bug 🐛
Something doesn't work
component: text field
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
In
v1.0.0-beta.45
and onwards, when a text field in a form dialog gets focused, it causes a horizontal scroll bar to pop up and flicker for a moment. Looks like the issue is caused by #11215, as it doesn't happen inv1.0.0-beta.44
.Expected Behavior
To not flicker a horizontal scrollbar.
Current Behavior
Flickers a horizontal scrollbar for a moment.
Steps to Reproduce (for bugs)
Reproducible within a form dialog in the current docs. I forked the example and added
@babel/runtime
on CodeSandbox.The text was updated successfully, but these errors were encountered: