2 comments (2 comments)2 reactions (2 reactions)0 assignees (0 assignees)TypeScript6,650 forks (6,650 forks)batch import
P5area: cdk/text-fieldhelp wanted
Repository metrics
- Stars
- 24,044 stars (24,044 stars)
- PR merge metrics
- Avg merge 3d 12h (Avg merge 3d 12h)98 merged PRs in 30d (98 merged PRs in 30d)
Description
It would be more efficient than checking on every keyup of the area.
Contributor guide
- Research direction
- Study the cdkTextareaAutosize directive source code to understand where height changes occur, then add an @Output EventEmitter to emit the new height when the textarea resizes. Ensure the event is emitted after the internal setSize() call completes.
- Tech stack
- typescriptangular
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- AngularTypeScriptRxJS