#I have a Textarea Element where the text keeps going out of bounds. I cannot start a new line.

9 messages · Page 1 of 1 (latest)

twin steppe
#

The text goes out of bounds and i have to use the arrow keys to get the cursor there

How do i make the text fit in the textarea such that it fills up the available space and the text does not go out out of bounds of the text area...

#

This is a notes app where I am using the textarea element both to display the note and to input and update it.

long veldt
#

Can you share that piece of code? Normally a textarea should be managing that by itself, so it would be good to see the code

twin steppe
long veldt
twin steppe
long veldt
twin steppe
#

Works fine now