<template><s-textareav-model="value"label="Feedback"placeholder="Write a short note":max-length="120"show-word-counttrim:auto-size="{ minRows: 3, maxRows: 7 }"/></template>
<scriptlang="ts"setup>
import { ref } from 'vue'
const value = ref('')
PROPS
Property
Type
Values
Description
default
Example
More
cols / count-method / immediate
Number / Function / Boolean
native column count / counter function / true | false
Configure width hint, character counting and immediate model updates.