Open
Description
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. the mat-input
is buggy, the placeholder will not move up while the input is focus and filled.
Steps to reproduce:
- download the repo.
- open the index.html in folder /I am outside of the project/
- you will see the performance of the angular material input and table.
- the component is actually in library project folder /search-page
- angular element is in external project folder /app-component
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
- Angular: ~9.0.3
- Angular/elements: ^9.0.4
- CDK/Material: ^9.1.0
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows 10