primefaces / primevue-tailwind

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

FloatLabel + InputNumber with fluid prop not working as expected #328

Closed mpolverini closed 1 month ago

mpolverini commented 1 month ago

I'm using InputNumber in combination with FloatLabel but when I specify the fluid prop the input does not span 100% of parent width as expected.

stackblitz: https://stackblitz.com/edit/g1wpfk?file=src%2FApp.vue

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.