-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Floating labels have no gap in table expandable rows with outline appearance #13328
Comments
… off invisible Fixes the gaps for a `mat-form-field` with the `outline` appearance not being calculated properly if the element starts off as being invisible and then becomes visible later. Fixes angular#13328.
This is because of the |
… off invisible Fixes the gaps for a `mat-form-field` with the `outline` appearance not being calculated properly if the element starts off as being invisible and then becomes visible later. Fixes angular#13328.
I also see the same issue when wrapping an element with [hidden] |
I came across this same problem in a different place, here's a simplified example showing how |
… off invisible Fixes the gaps for a `mat-form-field` with the `outline` appearance not being calculated properly if the element starts off as being invisible and then becomes visible later. Fixes #13328.
… off invisible (angular#13477) Fixes the gaps for a `mat-form-field` with the `outline` appearance not being calculated properly if the element starts off as being invisible and then becomes visible later. Fixes angular#13328.
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. |
Bug, feature request, or proposal:
Floating label in mat-form-field is not calculating a gap in expandable rows in a table.
What is the expected behavior?
That the form field gap is calculated like normal
What is the current behavior?
The label floats but no gap appears.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-1brv1b?file=app/table-expandable-rows-example.html
I simply forked the table with expandable rows example from the docs here https://material.angular.io/components/table/examples and added a very simple form field to the expansion panel.
What is the use-case or motivation for changing an existing behavior?
I'd like to have the ability to have a user add a note to a table entry using a text area. I use outline form fields throughout my app and would like to keep the styling for the table.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/material": "^6.4.7"
"typescript": "~2.9.2"
"@angular/core": "^6.1.8"
This issue is in Chrome on Mac
Is there anything else we should know?
This happens even if I comment out the css.
The text was updated successfully, but these errors were encountered: