This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: