-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
MDCTextField: Update dense variant when complete #4142
Labels
Comments
I would appreciate having dense components to display more information in web applications. Is it possible to reduce the base grid unit anyhow to archive this? |
@aetheric8 There currently isn't a way to reduce the size of the input components, but I believe there will be resolved once the density specification is complete and #4164 gets resolved. |
2 tasks
copybara-service bot
pushed a commit
that referenced
this issue
Mar 17, 2020
Fixes #4142 BREAKING CHANGE: mdc-text-field--dense and associated mixins/variables have been removed. Use the density() mixin instead. PiperOrigin-RevId: 301213937
copybara-service bot
pushed a commit
that referenced
this issue
Mar 17, 2020
Fixes #4142 BREAKING CHANGE: mdc-text-field--dense and associated mixins/variables have been removed. Use the density() mixin instead. PiperOrigin-RevId: 301213937
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current density spec is not complete and the current implementation of the dense variant of the text field will likely change dramatically. Since the maintenance of the dense variant has been difficult, we have decided to remove the current version of the dense text field until the density spec is completed.
The text was updated successfully, but these errors were encountered: