Skip to content

fix(resize): making resize method public#82

Merged
mumenthalers merged 2 commits intomainfrom
#1006-textarea-autoresize-bug
Apr 13, 2026
Merged

fix(resize): making resize method public#82
mumenthalers merged 2 commits intomainfrom
#1006-textarea-autoresize-bug

Conversation

@lillykoller
Copy link
Copy Markdown
Contributor

@lillykoller lillykoller commented Apr 13, 2026

  • made resize method public

Copilot AI review requested due to automatic review settings April 13, 2026 13:32
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR exposes the resize method on TextareaAutosizeDirective as part of the directive’s public API, enabling external callers (e.g., parent components/tests) to trigger a resize manually.

Changes:

  • Changed resize from private to public (default access) on TextareaAutosizeDirective.
  • Added an explicit void return type to resize().

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mumenthalers mumenthalers merged commit b63a8fd into main Apr 13, 2026
2 checks passed
@mumenthalers mumenthalers deleted the #1006-textarea-autoresize-bug branch April 13, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants