Top "Textarea" questions

A textarea is an HTML element (tag) used to create a multi-line plain-text editing field.

Get user input from textarea

I'm new to angular2. I want to store user input from a text area in a variable in my component …

data-binding angular textarea angular-ngmodel
line breaks in a textarea

I know when saving a textarea you can use the nl2br() or str_replace to change the /n to …

php html textarea line-breaks nl2br
How to autosize a textarea using Prototype?

I'm currently working on an internal sales application for the company I work for, and I've got a form that …

javascript html css textarea prototypejs
How remove word wrap from textarea?

my simple textarea doesn't show a horizontal bar when text overflows. It wraps text for a new line. So how …

html textarea word-wrap
val() vs. text() for textarea

I am using jQuery, and wondering if I should use val() or text() (or another method) to read and update …

jquery forms textarea
How do you get the cursor position in a textarea?

I have a textarea and I would like to know if I am on the last line in the textarea …

javascript jquery html input textarea
What character represents a new line in a text area

Just quick one, but want to make sure I'm catching cross platform variations. I like to convert new lines entered …

html textarea newline
How can I prevent the textarea from stretching beyond his parent DIV element? (google-chrome issue only)

How can I prevent the textarea from stretching beyond its parent DIV element? I have this textarea inside a table …

css google-chrome textarea
How to insert text into the textarea at the current cursor position?

I would like to create a simple function that adds text into a text area at the user's cursor position. …

javascript textarea
Get textarea text with javascript or Jquery

I have an iframe that contains a textarea, like so: <html> <body> <form id="form1"&…

javascript jquery html textarea