Closed mpolverini closed 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.
fluid
stackblitz: https://stackblitz.com/edit/g1wpfk?file=src%2FApp.vue
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.
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