-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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] Improve dense height to better match the specification #16087
Conversation
Details of bundle changes.Comparing: 3114445...d154bd1
|
Looks good but I can't spot a difference for filled TextFields |
Yeah haven't had time to implement the necessary changes for FilledInput while being at work. Maybe we could treat them as different PRs. |
Fine with me. Filled shouldn't be part of PR title and description in that case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for raising this problem to our attention, it's a great problem to work on! I have linked the related issue. I also believe that we should solve #15821 at the same time. It's deeply correlated.
Will you have the time to push it further?
@Ritorna Very nice, thanks! |
The new |
Also, the margin being so dense now causes issues if you have an |
@TidyIQ Please open a separate version and fill out the template. |
@TidyIQ What you are describing seem expected. The dense variant now follows the specification. The icon button adornment should be dense too (it's not in your example). |
The dense variant of the Filled and Outlined Inputs do not follow the material specification.
Expected Behavior 🤔
Heights should be as described in the specification.
see the following sandbox https://codesandbox.io/s/material-demo-co7nd
Current Behavior 😯
Context 🔦
We want to build some more complex dialogs using a lot of input components while following the current material specification.
Notes
This PR doesn't support the dense, non-label filled input.
Improve #14521
Closes #15821