A text input.
Props
Name
Description
Type
Default
disabled
If the input is disabled.
booleanor
undefined
documentation
Inline documentation text.
stringor
undefined
documentationLink
Inline documentation link.
stringor
undefined
documentationLinkText
Inline documentation link text.
stringor
undefined
inputProps
Pass props directly to the input.
undefinedor
{ [x: string]: any; }
invalid
If the field is currently invalid.
booleanor
undefined
label
The label of the field.
string
messages
The messages to display under the field.
ValidationMessagesor
undefined
name
The name of the input.
string
placeholder
The placeholder for the input.
string
readonly
If the input is editable.
booleanor
undefined
templated
If the field is templated.
no-editor
booleanor
undefined
value
The current value of the field.
string
ValidationMessages
Name
Description
Type
Events
Event
Detail
Description
enter
any
Emitted on keyup of enter, if no modifier keys are held.
fieldchange
FieldChange<string, string>
Emitted when the value of the field is changed.
requestEdit
string
Emitted when the user requests to edit.