diff --git a/docs/general-concepts/forms-fields/standard-fields/list.md b/docs/general-concepts/forms-fields/standard-fields/list.md index 153f95f5..f84c92d3 100644 --- a/docs/general-concepts/forms-fields/standard-fields/list.md +++ b/docs/general-concepts/forms-fields/standard-fields/list.md @@ -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.