Top "Textarea" questions

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

HTML5 rich-text inside textarea

I heard that the new HTML5 will add rich text capability to textareas (it will make them more flexible), so …

javascript html textarea syntax-highlighting rich-text-editor
HTML : Is there any way to show images in a textarea?

So I want to show image thumbnails too in the <textarea> along with text. If you know a …

html image textarea thumbnails photo
React display line breaks from saved textarea

Using Facebook React. In a settings page, I have a multiline textarea where a user can enter multiline text (in …

javascript reactjs textarea
How to set maxlength attribute on h:inputTextarea

How can I limit the length of <h:inputTextarea>? For <h:inputText> it works fine with …

validation jsf-2 textarea maxlength
jQuery - remove user input text from textarea

Okay I have a list of devices where i can select which to edit. I have 3 states for the edit. …

jquery jquery-ui textarea jquery-ui-dialog user-input
Set textarea value with javascript after TinyMCE initializing

I hava an textarea and I am using tinyMCE on that textarea. What I am doing actually is that when …

javascript html tinymce textarea
How to apply min and max on textarea?

Is there a way in HTML5 forms to add a min and max character to a textarea? It seems I …

html forms textarea character min
textarea's "required" attribute doesn't work even though the value is empty

I created a simple page with list box and text area with conditions that all should be required. List box …

html textarea required
div resizable like text-area

Browsers allow text-areas to be re-sized by dragging their corner by default. I was wondering if this rule could be …

html css textarea
Disable New Line in Textarea when Pressed ENTER

I am calling a function whenever someone press enter in the textarea. Now I want to disable new line or …

textarea newline enter shift