Input Field
The Input Field is a single-line text input. The type property controls the keyboard hint shown on mobile devices and enables basic browser-level validation.
Properties
| Property | Type | Description |
|---|---|---|
label | string | Field label shown above or inside the input |
type | string | Input mode and validation hint — see below |
Plus shared layout properties.
Type reference
| Value | Behaviour |
|---|---|
text | Plain text, no format validation |
email | Email address keyboard on mobile; validates email format |
password | Masked input — characters are hidden |
tel | Phone number keyboard on mobile |
url | URL keyboard on mobile; validates URL format |
textarea | Multi-line text area |
See also: Elements overview
