Input
The following components allow users to enter or select data.
📄️ Text Field
The Text Field component is used for input of any single-line text. This component will accept any alpha-numeric input.
📄️ Numeric Text Field
The Numeric Text Field is similar to the standard Text Field, except that it is specialized for use with numbers.
📄️ Spinner
The spinner component represents a value that is part of a series of values, such as numbers and dates.
📂 Dropdown List
📄️ Formatted Text Field
This specialized text field is used for alphanumeric text input that must match some specific pattern or needs to be formatted in a specific way.
📄️ Password Field
A password field is like a text field that doesn't display the text that is being edited. You may alter the echo character ( * ) if you'd like.
📄️ Text Area
Suitable for multi-line text display and editing. Will scroll vertically on demand. Will scroll horizontally if line wrap is off. Only supports plain-text, no HTML formatting or styled text.
📄️ Slider
The slider component lets the user drag an indicator along a scale to choose a value in a range. The slider can be configured to orient horizontally or vertically.
📄️ Language Selector
The Language Selector component gives an easy way to set the user's locale to control display of dates, times, numbers, and the language used for translations.