Filter Select
To choose an option from a list.
Properties
Value string
| required
The binding for the component. Use an appropriate expression to bind the component to its value and specify where the value is saved/read.
For example, use
'{{myVariableName}}'
to store the value of the component in a variable named'myVariableName'
.Use prefixes to define the scope of the value. For example,
'root.'
for referencing the root case to store the value in or'parent.'
to store the value in the parent work item of the current one.
Please refer to the section 'Frontend expressions' in the Flowable guide for more information.
Selected value content string
Add the value content of the selected element.
Label string
Adds a label to the component.
Options table
Add options to select from with its label and value contents.
Name | Description |
---|---|
Label | Name of the list item |
Value content | Description of the list item |
Margin Bottom number
Adds margin space below the component.
Margin Top number
Adds margin space above the component.
Updated 15 days ago