From a399cabc9ce57cfa3780023f6da680469b393914 Mon Sep 17 00:00:00 2001 From: Proximate Date: Thu, 11 Dec 2025 16:39:57 +0100 Subject: [PATCH] Add layout option for list field documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Layout parameter added – specifically mentioned the option for fancy select. --- docs/general-concepts/forms-fields/standard-fields/list.md | 1 + 1 file changed, 1 insertion(+) 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.