RickyHalim
RickyHalim

Reputation: 295

How do I set the cursor to be the bottom of a textarea and text will go up as user types?

Hi I am trying to create a textarea similiar to the following:

enter image description here

I can do the styling for the textarea, but is there a way to set the user to start typing from the bottom of the textarea, and the text will go up everytime they press enter, reverse from the normal textarea where you type from top to down.

Any help or suggestions would be greatly appreciated.

Upvotes: 3

Views: 2599

Answers (1)

Susantha
Susantha

Reputation: 143

You cannot alter this default behavior of the text area. However you can use some text inputs and text areas to create an element that behave as you want.

Check this question for further details.

Upvotes: 1

Related Questions