Top "Textarea" questions

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

How FileReader.readAsText in HTML5 File API works?

I wrote the following code to check whether the uploaded file exists or not using HTML5 file API. The following …

javascript html drag-and-drop textarea fileapi
Html placeholder text in a textarea form

On one of my websites I have created a form that collects the persons name, email and a description of …

html forms textarea watermark placeholder
Redirecting System.out to a TextArea in JavaFX

Update: Still having the same issue, revised source of main app code: http://pastebin.com/fLCwuMVq There must be something …

java textarea javafx io-redirection printstream
Rails 3: How to display properly text from "textarea"?

In my Rails 3 application I use textarea to let users to write a new message in a forum. However, when …

ruby-on-rails ruby-on-rails-3 textarea newline
TextArea Maximum Length?

Is it possible to set the maximum length of text in a TextArea?

html textarea maxlength
Can I style the resize grabber of textarea?

My designer just gave me the design with text areas with styled resize grabber. The question is: Can I style …

css resize textarea
autosize textarea in angular2

I am working on angular2 applciation. i have a requirement to autosize textarea. I am trying to reuse the angular2…

angular textarea autosize
Adding bullet points to a text area?

Is there a way to add bullet points to an HTML textarea? I want to add a simple feature where …

textarea points
How can I only allow shift+enter to return new line in text area?

In a default behavior, the textarea "press" enter will become new line, but I don't want to having a new …

jquery textarea jquery-events
Capturing linebreaks (newline,linefeed) characters in a textarea

I have a form with a <textarea> and I want to capture any line breaks in that textarea …

php html textarea line-breaks