From 26b7c8e7bf4672c7e874dd63a135283694584f8a Mon Sep 17 00:00:00 2001 From: Anna Dabrowska Date: Tue, 23 Jan 2024 19:31:49 +0100 Subject: [PATCH] Update docs --- doc/formelements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/formelements.md b/doc/formelements.md index f040918..761bac5 100644 --- a/doc/formelements.md +++ b/doc/formelements.md @@ -7,6 +7,7 @@ The element definition must contain at least the type of the form element. Options: * `label` _(optional)_ - the label of the form element (excluded: [hidden](#hidden), [markdown](#markdown)) * `labelsmall` _(optional)_ - if set to true, the label will be rendered in regular font instead of default bold +* `tooltip` _(optional)_ - Shows a hint for the element. Ignored in structure elements like spacers and HR. Also see [Tooltip styling](meta.md#Tooltips) * `column` _(optional)_ - [bulma column sizes](https://bulma.io/documentation/columns/sizes/) defining the width of the form element (excluded: [hidden](#hidden)). You can use [offset](https://bulma.io/documentation/columns/sizes/#offset) to position the columns, for example `is-half is-offset-one-quarter` to center a half-width column. ```yaml : @@ -150,7 +151,6 @@ They are required by default. Options: * `validation` _(optional)_ - used to apply [validation](validation.md) -* `tooltip` _(optional)_ - Shows a hint for the form element. Also see [Tooltip styling](meta.md#Tooltips) * `readonly` _(optional)_ - Disables user input. Available only for fields where users type in values. Useful when values are pre-filled from `values.yaml` ```yaml