themesberg / flowbite-vue

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

Component: Textarea - Invalid wrapper tag name #229

Closed caplockon closed 10 months ago

caplockon commented 11 months ago

The wrapper should be a div, and the label should be a label. Please check at file src/components/Textarea/Textarea.vue line 2 image

cogor commented 10 months ago

This is a valid tag, it's done so to avoid using 'for' for label and 'id' for textarea