Vision - Input Palette
The following components allow users to enter or select data.
📂 Text Field
📂 Numeric Text Field
📄️ Spinner
The spinner component represents a value that is part of a series of values, such as numbers and dates.
📄️ 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.
📄️ Dropdown List
The dropdown component is a great way to display a list of choices in a limited amount of space. The current selection is shown, and the choices are only presented when the user clicks on the dropdown button.
📄️ 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.