Описание тега 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:
<input type="text" ...>
- An Apple
UITextField
control - A Flash
TextInput
control - An RSS
<textinput>
Use textarea for multiline or WYSIWYG text controls.
References:
<input>
references: Mozilla MDN, w3schools-
UITextField
class reference (Apple IOS) -
TextInput
class reference (Adobe Flash) - RSS
<textinput>
reference
Note:
Hand purge the text-input tag? (It currently has 18 questions as opposed to 347 for textinput.)