-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat(ktextarea): add autosize
for <KTextArea>
#2587
Conversation
✅ Deploy Preview for kongponents-sandbox ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for kongponents ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
f7ded54
to
59de1d1
Compare
@adamdehaven All comments are resolved. Please take a look again. |
# [9.19.0](v9.18.5...v9.19.0) (2025-02-05) ### Features * **ktextarea:** add `autosize` for `<KTextArea>` ([#2587](#2587)) ([1d9d7c4](1d9d7c4))
🎉 This PR is included in version 9.19.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Preview package from this PR in consuming applicationIn consuming application project install preview version of kongponents generated by this PR:
|
Summary
autosize
prop that dynamically adjusts the height of the textarea based on its content.resizable
textareas where double-clicking the drag handle resets the default sizing (which Firefox supports natively)