themesberg / flowbite-vue

Official Vue 3 components built for Flowbite and Tailwind CSS
https://flowbite-vue.com
MIT License
723 stars 116 forks source link

Flowbite Text Area Maxlength property is not working #268

Open alirabbi31 opened 6 months ago

alirabbi31 commented 6 months ago

Description

I use flowbite vue . When i use FlowbiteTextArea then i set a maxlength limitation but ita was not working

<div class="w-full"> <FwbTextarea v-model="form.footer_text" placeholder="Your Message" class="w-full" label="" maxlength="255" /> </div>