A list creator input.
Props
Name
Description
Type
Default
additionIcon
Icon for the add item button.
[namespace: stringor
symbol, name: string]or
string
[ICON_NAMESPACE, plus]
additionText
Text for the add item button.
string
Add item
deleteIcon
Icon for the delete button.
[namespace: stringor
symbol, name: string]or
string
[ICON_NAMESPACE, trash]
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
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 field.
string
placeholder
Display a placeholder in the input.
string
templated
If the field is templated.
no-editor
booleanor
undefined
value
The currently selected values
string[]
ValidationMessages
Name
Description
Type
Events
Event
Detail
Description
fieldchange
FieldChange<string[], string>
Emitted when the value of the field is changed.
requestEdit
string
Emitted when the user requests to edit.