-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
update(input): remove align input binding #5141
update(input): remove align input binding #5141
Conversation
* The `align` input property for the `md-input-container` is not doing anything special and can be easily replaced with normal CSS from the user. BREAKING CHANGE: The `align` input from the `<md-input-container>` component has been removed. Developers instead should use plain CSS to archive the same (using `text-align: end` for example) Fixes angular#5140
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.
LGTM
Caretaker note: need to check for uses inside of Google before presubmit |
Note: couldn't find any Google uses. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
align
input property for themd-input-container
is not doing anything special and can be easily replaced with normal CSS from the user.BREAKING CHANGE: The
align
input from the<md-input-container>
component has been removed. Developers instead should use plain CSS to archive the same (usingtext-align: end
for example)Fixes #5140