I have three rows in my column, most columns also have three textfields except for one that has two. I need to have the second textfield be positioned in the bottom. (having a gap where the 2nd textfield should have been).
Here is my snippet: PS (i have imported the textfield files but they still function as regular textfields)
import aaInputField from '(my directory here)' Label1 Label2 Label3 OtherLabel1 OtherLabel2 my main target is to put OtherLabel2 at the bottom. Wondering if there is a class for that.
What I tried:
- sort of works but this is not responsive and it messes up the column if the screen gets adjusted
- has no effect
- has no effect
Also, here is the link where I test out the classes for primeflex: https://primeflex.org/alignself
any advice would be great
Источник: https://stackoverflow.com/questions/781 ... -to-the-to