101
Views
5
Comments
Textarea write from bottom to top
Question

So I was able to create a text area that writes from right to left by adding the dir rtl. 

Now I need to make the text area write from bottom to top. any idea how to do this?


Thanks

-Darwin

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

See e.g. here (second answer). I don't know whether it works for a text area though.

UserImage.jpg
Darwin Taladiar

Kilian Hekhuis wrote:

See e.g. here (second answer). I don't know whether it works for a text area though.

I need the text area to write starting from the bottom line then the next inputs would be at the bottom part the older ones would go up.


thanks


2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Right, didn't understand that's what you mean. I don't think that's possible at all.

UserImage.jpg
Darwin Taladiar

Kilian Hekhuis wrote:

Right, didn't understand that's what you mean. I don't think that's possible at all.

Alright thanks for the help.


2020-02-28 09-46-54
Eduardo Jauch

Hi Darwin,

For what I searched on the subject, you need to use JavaScript and other things to accomplish that.
No native HTML element is able to do this, It seems.

Cheers.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.