/text-area-with-count

Text input with countdown from set maxLength

Primary LanguageVue

Deprecated

component was moved to repository here

textarea with count

Vue.js 3

<text-input
        label="Info"
        text="value in textarea"
        maxlength="1000"
        textName="area-name"
        cols="60" rows="4">
</text-input>

image of textarea