Text¶
Creates a single line input-field where a text can be entered by the user.
- id: name description: Name type: text
To create a multi-line input-field you can set type to textarea
.
- id: name description: Address type: textarea
- TODO: format? length