-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(examples): all examples should use mat-form-field's fill appearance by default #18252
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
docs(examples): all examples should use mat-form-field's fill appearance by default #18252
Conversation
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.
The changes seem fine, but the PR title is talking about the appearance
being switched to fill
, but that's not what's happening. Instead, all the placeholders are being replaced with labels.
That's due to the way placeholders work being different between the With the previous legacy style, label content was placed in placeholders. With the new appearances, label content goes in |
I know the context behind the change and it's fine, but it doesn't align with the commit message. |
ce208a7
to
7105883
Compare
Added details about placeholders and labels. Please let me know if that isn't sufficient. |
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. I'm still unsure if it could cause confusion for the code previews in the docs. It shouldn't be a big deal though.
…nce by default - stop using the soon to be deprecated legacy appearance by default - fix issues where labels were specified in the `placeholder` attribute - instead of a `mat-label` Relates to angular#14792
7105883
to
49857a3
Compare
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
…nce by default (angular#18252) - stop using the soon to be deprecated legacy appearance by default - fix issues where labels were specified in the `placeholder` attribute - instead of a `mat-label` Relates to angular#14792
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. |
placeholder
attributemat-label
Relates to #14792