Replies: 1 comment
-
I could emulate the expected behavior using the class="w-full", like in this code:
But, I was expecting that TextArea had inherit this behavior, since the Dialog have the class p-fluid. This is more a hack than a solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to reproduce:
What was expected?
That the TextArea had a label on top and occupy all the column width.
But, instead of this, the label appear on the left side aligned with the base of the TextArea, and the TexArea assumes a fixed width size.
If you exchange the TextArea by an InputText, it will appear as expected. Like in this code:
Thanks for your support!
Beta Was this translation helpful? Give feedback.
All reactions