You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text area is small (like regular input), if clicked and add text, then area is normal size. Happens only when onPush change detection is used. When change detection is Default, then text area works.
Reproduction steps
Can be tested only in locally. In development, workaround is used -> used Default change detection.
Added video to demo steps.
Not sure, maybe it's linked with cdkTextareaAutosize bug where CDK autoresize disables browser resize feature.
Maybe workaround would be to use autosize input to trigger cdk action. Right now using Default ChangeDetectionStrategy fix it and don't cause any issues.
What happened?
Text area is small (like regular input), if clicked and add text, then area is normal size. Happens only when onPush change detection is used. When change detection is Default, then text area works.
Reproduction steps
Can be tested only in locally. In development, workaround is used -> used Default change detection.
Added video to demo steps.
Screenshot
text_area_on_push.zip
Package
Angular
Version
2.9.0
Reproduction URL
No response
Browser
No response
Browser version
No response
Extra details about your environment
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: