resizeable input

admin

Administrator
Staff member
Hi all, I'm new to this forum (since 2 seconds)

I was looking on internet for a solution but didn't find it.

I'd like to make resizeable inputs for style.
I'd like the input textbox to resize with the lenght of the content.

like if you enter "n":
/---/
| n |
/---/

and "name" :
/--------/
| name |
/--------/

I've tried to use input_text_name.value.lenght but it doesn't support this.

How could I do this ?

Cheers
 
Back
Top