primefaces / primevue-tailwind

PrimeVue Components Styled with Tailwind CSS
https://tailwind.primevue.org
MIT License
624 stars 75 forks source link

FloatLabel with Textarea is not working as expected #327

Closed mpolverini closed 1 month ago

mpolverini commented 1 month ago

Hi everyone, I noticed this bug with FloatLabel used with TextArea:

image (screenshot from https://tailwind.primevue.org/textarea/#floatlabel)

the correct behaviour should be:

image (screenshot from https://primevue.org/textarea/#floatlabel)

cagataycivici commented 1 month ago

As of v4.1.1, the new Tailwind styles have been rewritten using the preprocessor approach with @apply. This issue should be resolved with the new implementation.

New Website is live.