Top "Textarea" questions

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

Chrome counts characters wrong in textarea with maxlength attribute

Here is an example: Fill textarea with lines (one character at one line) until browser allows. When you finish, leave …

javascript html google-chrome textarea maxlength
How to get number of rows in <textarea > using JavaScript?

I have a <textarea> element. Can I use JavaScript to detect that there are (for example) 10 rows of …

javascript html forms textarea rows
How to make textarea to fill div block?

Check out how far have I got it here: [link was removed] How can I make the textarea above the …

css textarea width
How to remove resize option present at the right bottom-corner of the textarea?

I'm trying to remove dots in a textarea which are present at the bottom-right corner. Here's an example of what …

html css textarea
How can you move the cursor to the last position of a textarea in Javascript?

I have a textarea and a button on a form. The textarea may already have some text in it. I …

javascript jquery position textarea mouse-cursor
WebView textarea doesn't pop up the keyboard

When I display a WebView, I don't see the soft keyboard popping up. The hard keyboard also doesn't work! What …

android textarea webview
Autocomplete functionality on a textarea

Is there a way to implement auto-complete functionality in a region defined by textarea tags or something similar? I'm currently …

jquery autocomplete textarea
Set Value Inside a TinyMCE Editor using jQuery

Hi I need to set predefined content inside the tinyMCE Editor. Below is my html and jquery. <script type="…

javascript jquery tinymce textarea
What is the Angular4 "Change" event trigger directive in Textarea

Here is one of the versions that I tried INSIDE TEXTAREA: (change)="dosomething($event)" and it's not doing anything. What …

angular textarea
I am using tinymce, Is it possible to apply for only one textarea

I am using tinymce, I have multiple text areas on my page. Is it possible to apply for only one …

javascript tinymce textarea