-
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
bug(input): Not correctly working as an Angular Element #18805
Comments
@Splaktar this is the issue I mentioned. |
I'm facing the same issues (Angular: 9.0.6 + CDK/Material: 9.1.2). |
Updated the title. If you also have an issue with MatTable in an Angular Element, a separate issue would be appreciated. We don't want to get multiple issues lost in a single report. |
any update on this one?? |
@jimkeecn no, sorry. It hasn't been triaged yet, so I'm not sure what priority it will have. |
@Splaktar No problem |
Reproduction
I have create a github repo for this performance issue from angular material, here is the link https://github.com/jimkeecn/buildxactDemo
the problem in the repo is. I have created an angular element with a
mat-input
. after building the angular element and used in other project. themat-input
is buggy, the placeholder will not move up while the input is focus and filled.Steps to reproduce:
Expected Behavior
I was expecting to see the
mat-input
will run smooth like it running without building as angular elements.Actual Behavior
mat-input
placeholder is not lifted up after the field is focus or filled.
Environment
The text was updated successfully, but these errors were encountered: