From 5330a6582d113e9007e5677cb7cc3d603268357e Mon Sep 17 00:00:00 2001 From: yakudik <42871555+yakudik@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:12:57 +0300 Subject: [PATCH] feat(useTextareaAutosize): allow configuring `styleProp` to support native `rows` attribute (#3552) Co-authored-by: alexander.kudinov Co-authored-by: Anthony Fu Co-authored-by: Anthony Fu --- packages/core/useTextareaAutosize/index.md | 39 ++++++++++++++++++++++ packages/core/useTextareaAutosize/index.ts | 9 +++-- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/packages/core/useTextareaAutosize/index.md b/packages/core/useTextareaAutosize/index.md index 7b7ff3c1cb6..42fcf625548 100644 --- a/packages/core/useTextareaAutosize/index.md +++ b/packages/core/useTextareaAutosize/index.md @@ -8,6 +8,8 @@ Automatically update the height of a textarea depending on the content. ## Usage +### Simple example + ```vue + +