-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Using "outlined" variant break Input border #6468
Comments
Thanks for reporting. It looks like we'll have to build an input using lower levels components from MUI for the SearchInput. |
Hello @djhi , Can i take this? |
@fzaninotto ohok,seen |
This issue is a regression created by #6381. The right fix is to rollback the code that causes the problem. I'll handle it. |
I'm still seeing this issue on 4.4. Did it break again?
The idea is to force a label, so that the empty label does not popup. Having |
This also happens in the Time Input |
Could you please open a new issue with a reproduction? |
What you were expecting:
Up until version 3.15, using the "outlined" variant in Input fields worked as expected.
What happened instead:
After upgrading to 3.17, if I click on an Input that has
variant='outlined'
, it cuts the border above the first character of the field.Steps to reproduce:
Just click the field and you can see the border changing:
Screen.Recording.2021-07-26.at.10.01.02.PM.mov
Related code:
Just add the "outlined" variant, PostList.js:44
Code Sandbox: https://codesandbox.io/s/gracious-frog-eknfj?file=/src/posts/PostList.tsx:1093-1362
Environment
The text was updated successfully, but these errors were encountered: