Skip to content

Commit

Permalink
docs(forms): add feel support for multiselect options
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Jun 16, 2023
1 parent e37c71b commit a5d48a7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ The expected format for the data is an array of options, each defining its label
}
```

### FEEL expressions

The options are populated from a [FEEL expression](../../feel/language-guide/feel-expressions-introduction.md) that returns an array of options. The resulting array must be formatted as described in the [Input data driven by process data](#input-data-driven-by-process-data) section.

#### Shorthand definitions

If the value and label are equal, shorthand formats may be used instead:
Expand Down

0 comments on commit a5d48a7

Please sign in to comment.