Conversation
Be able to call autoResize without forcefully triggering an Input (which could have other functional implications e.g. making api requests on input events).
📝 WalkthroughWalkthroughThe Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can customize the tone of the review comments and chat replies.Configure the |
commit: |
autoResize method
benjamincanac
left a comment
There was a problem hiding this comment.
Looks good to me, however we need to update the ### Expose section in textarea.md.
Be able to call autoResize without forcefully triggering an Input (which could have other functional implications e.g. making api requests on input events).
❓ Type of change
📚 Description
Say you have a Textarea containing text and the window is resized; the autoResize will not be triggered (there are other cases too).
This change will allow you to do something like this:
Without manually triggering, say, an input event, which could have other implications when using a manual
@update:modelValue"...".📝 Checklist