Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
annda committed Jan 23, 2024
1 parent eeb248b commit 26b7c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/formelements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<id>:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 26b7c8e

Please sign in to comment.