You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/formelements.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,10 +355,10 @@ Representation of a select input.
355
355
Options:
356
356
* **EITHER** `choices` _(optionally required)_ - defines available options. Markdown is supported.
357
357
* **OR** `conditional_choices` _(optionally required)_ - defines options available if a condition is met (depending on the value of another form field). This option has priority over `choices`!
358
-
* `empty_label` _(optional)_ - a placeholder text shown if no value was chosen (e.g. "Please select"). **Note:** this is not a real option and has no value that could be saved.
358
+
* `empty_label` _(optional)_ - a placeholder text shown if no value has been chosen (e.g. "Please select"). **Note:** this is not a real option and has no value that could be saved. In multiselect fields it is irrelevant and ignored.
* `size` _(optional)_ - if multiselect is turned on this defines the number of rows shown, otherwise ignored
361
-
* `default` _(optional)_ : Preselects a choice. This is only triggered if the form was never saved before. **Preselect in toggles are not supported yet.**
361
+
* `default` _(optional)_ : Preselects a choice. This is only applied if the form has never been saved before. **Preselect in toggles are not supported.**
362
362
363
363
```yaml
364
364
<id>:
@@ -395,7 +395,7 @@ Representation of a checkbox group.
395
395
Options:
396
396
* `alignment` _(optional)_ - sets the alignment of the checkboxes, possible values are `vertical` or `horizontal` (default)
397
397
* `choices` _(required)_ - defines available options/checkboxes. Markdown is supported.
398
-
* `default` _(optional)_ : Preselects a choice. This is just triggered if the form was never saved before. **Preselect in toggles are not supported yet.**
398
+
* `default` _(optional)_ : Preselects a choice. This is only applied if the form has never been saved before. **Preselect in toggles are not supported.**
0 commit comments