-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TextField] Outlined label overlaps by border #18196
Comments
@dchebakov How did you spot this issue (in which context)? |
@oliviertassinari I have search bar (at the header of my website), which appear only on large displays. |
@dchebakov We have tried a solution in #17680 but it's unclear if it will land. I can advise you to only render the textfield when visible or to change the key when the visible state changes. |
We have the same issue. |
Also having this issue inside a dialog. |
I'm having a similar issue with the Referring to the demo for multiple selects, the Also it doesn't display 100% correctly until the After doing this the label will go up, but will be covered by the border of the outline. Would be great to have a |
I'm closing as a duplicate of #17355 |
Current Behavior 😯
If outlined input initially was hidden (for example by css) and then appear, then label being overlaps by border.
Steps to Reproduce 🕹
The text was updated successfully, but these errors were encountered: