Skip to content

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

PropertyTypeDescription
labelstringField label shown above or inside the input
typestringInput mode and validation hint — see below

Plus shared layout properties.

Type reference

ValueBehaviour
textPlain text, no format validation
emailEmail address keyboard on mobile; validates email format
passwordMasked input — characters are hidden
telPhone number keyboard on mobile
urlURL keyboard on mobile; validates URL format
textareaMulti-line text area

See also: Elements overview

S-Launch