Skip to content

Commit

Permalink
Update docs/extensibility/60-form-widgets.md
Browse files Browse the repository at this point in the history
Co-authored-by: Małgorzata Świeca <[email protected]>
  • Loading branch information
mrCherry97 and mmitoraj authored Jul 22, 2024
1 parent 9cf51c9 commit d03bc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensibility/60-form-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ These are the available `Text` widget parameters:
| **placeholder** | No | string | Specifies a short hint about the input field value. |
| **required** | No | boolean | Specifies if a field is required. The default value is taken from CustomResourceDefintion (CRD); if it doesn't exist in the CRD, then it defaults to `false`. |
| **inputInfo** | No | string | A string below the input field that shows how to fill in the input. You can use the {{ [`name`] (`link`) }} format to display a `name` instead of a `link. |
| **description** | No | string | A string displayed in a tooltip when you hover over a question mark icon, next to the input's label. The default value is taken from the CustomResourceDefintion (CRD). The tooltip can be disabled by placing empty string. |
| **description** | No | string | A string displayed in a tooltip when you hover over a question mark icon, next to the input's label. The default value is taken from the CustomResourceDefintion (CRD). To disable the tooltip, add an empty string. |
| **readOnly** | No | boolean | Specifies if a field is read-only. Defaults to `false`. |
| **decodable** | No | boolean | Specifies that the field is base64-encoded and can be decoded in the UI. It can't be used together with **enum**. |
| **decodedPlacehoder** | No | string | An optional alternative placeholder to use when the field is decoded. |
Expand Down

0 comments on commit d03bc35

Please sign in to comment.