Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/general-concepts/forms-fields/standard-fields/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The **list** form field type provides a drop down list or a list box of custom-
- **description** (optional) (translatable) is the [field description](../standard-form-field-attributes.md#description).
- **class** (optional) is a CSS class name for the HTML form field. If omitted this will default to 'inputbox'.
- **multiple** (optional) if set to true allows multiple items to be selected at the same time. Set to false to allow single selection.
- **layout** (optional) use define custom layout or use `joomla.form.field.list-fancy-select` as layout to get a more dynamic layout for your lists.
- **required** (optional) if set to true, the first field option should be empty, see last example.
- **useglobal** (optional) if set to true, it will show the value that is set in the global configuration if found in the database.

Expand Down