InputField
An input box with an associated label, error message, and context help. See also:
- Input, for a simple input box, without these extra parts.
- SearchInput
Features
- A label to be associated with the input, placed before or above the input. See the spec.
- Error message shown as a tooltip. See the spec.
- Context help. See the spec.
Live example
Result
Loading...
Live Editor
Label Alignment
Use LabeledControlsAlignmentProvider to align InputField with other labeled controls, according to the design guidelines.
Result
Loading...
Live Editor