Perspective - Input Palette
Input Components
Watch the videoPerspective provides a host of Input components that allow users to enter or select data, and even control a device.
Here is a complete list of Input components, and a link pointing to a page containing the component's description, properties, and an example of how to configure it.
📄️ Barcode Scanner Input
The Barcode Scanner Input component awaits for input from a barcode scanner.
📄️ Button
The Button component is used to initiate some sort of action in response to being pressed.
📄️ Checkbox
A Checkbox is a familiar component that represents a bit - it is either on (selected) or off (not selected).
📄️ DateTime Input
A DateTime Input is an easy way to select a date from a popup calendar.
📄️ DateTime Picker
The DateTime Picker component uses the calendar to select the date and time.
📄️ Dropdown
The Dropdown component is a great way to display a list of choices in a limited amount of space.
📂 File Upload
📄️ Multi-State Button
The Multi-State button is really a series of two or more buttons, arranged in a column or row.
📄️ Numeric Entry Field
The Numeric Entry Field is similar to the standard Text Field, except that it is specialized for use with numbers.
📄️ One-Shot Button
The One-Shot Button is designed to send off a write request, and wait for a response, disabling the button until something resets the 'value' property on the component.
📄️ Password Field
The Password Field component is similar to a Text Field component.
📄️ Radio Group
The Radio Group allows you to create multiple radio buttons in a single container.
📂 Signature Pad
📄️ Slider
The Slider component lets the user drag an indicator along a scale to choose a value in a range.
📄️ Text Area
The Text Area component is suitable for multi-line text display and editing.
📄️ Text Field
The Text Field component is used for input of any single-line text.
📄️ Toggle Switch
The Toggle Switch represents a bit: on (selected) or off (not selected).