Align text input to the bottom

This is kinda of silly but I can’t figure it out. I have this relatively big user input box and currently the default place holder seems to be in the middle. I’d like it to be a normal input box where when the user starts inputting information, it will start on upper left side of corner.

Similarly, I am trying to display the past comments and I would like to get it aligned on the bottom of the box, but now it is on top.

Thanks for the help!

hii @luyilousia

for your first part i think in place of using input box you can replace it with multilineinput and if you want placeholder to be in center you can add spaces in multilineinput.

hope it will solve your problem :slightly_smiling_face:

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.