Описание тега textinput

For questions related to a single-line, text input. EG: `<input...="" type="text"/>`, or a UITextField, or TextInput (Flash), or `<textinput>` (RSS).... Use textarea for multiline or WYSIWYG text controls. </textinput>

Use the tag for questions related to a single-line, text input.
For example:

  1. <input type="text" ...>
  2. An Apple UITextField control
  3. A Flash TextInput control
  4. An RSS <textinput>

Use textarea for multiline or WYSIWYG text controls.

References:

  1. <input> references: Mozilla MDN,   w3schools
  2. UITextField class reference (Apple IOS)
  3. TextInput class reference (Adobe Flash)
  4. RSS <textinput> reference


Note:
Hand purge the text-input tag? (It currently has 18 questions as opposed to 347 for textinput.)