Skip to main content
textarea

textarea

1 3.5
A box on a computer screen where you can type several lines of text
  • noun
  • /ˈtɛkstˌɛr.eɪ/
  • Specialized
translation icon : área de texto
  • In an input box, if you press RETURN/ENTER, you submit the form. In a textarea, pressing RETURN produces a line break. How do you make it so that on RETURN keydown, instead of producing a line break, it submits the form, and in SHIFT+RETURN, it produces the line break?

Examples

  • A theme options page should contain no more than maybe a dozen input elements, and virtually none of them should be a textarea.

    Blog text (30)
  • I presume this is because a new textarea with the same name is added to the DOM, so maybe I will need a unique name for each added textarea after all.

    Blog text (13)
  • Hmm, that's an idea, by the way, to add a rich text editor to the taxonomy description textarea!

    Blog text (29)
  • But this solution causes another problem: if the user adds a new quote and then clicks the 'add text area' button, the text entered into the first textarea disappears.

    Blog text (13)
  • Perhaps blogging tools need to adapt to more short-form uses and have posting interfaces that seem more accommodating rather than a massive empty textarea with tons of options from slug to categories.

    Blog text (29)
  • To write a long comment, simply type it into the textarea provided on the webpage.

  • Students often use the textarea to submit their essays online.

  • In the form, you will find a textarea where you can enter your feedback.

Synonyms

text box
vstextarea
  • Specialized
3 3.2

An area on a screen or in a document where you can type and show words

accepts several lines of input instead of just one line

How Much Text

document
2.0
textarea
  • Specialized
1 3.5
text box
  • Specialized
3 3.2
label
252 1.0

Surface Forms

textarea singular
textareas plural

Morphology

textarea = text + area (transparent) = text + area

The meaning 'an area for text input' follows directly from the clear combination of 'text' + 'area'.

Etymology

Textarea is a modern compound of text ('written words on a screen') and area ('space'). So a textarea is a box or space on your computer where you can type several lines of text.