core/dynamic-forms/presets.ts
Properties |
| addText |
addText:
|
Type : string
|
|
text inside button that adds additional fields |
| key |
key:
|
Type : string
|
|
sets form's key |
| label |
label:
|
Type : string
|
|
label displayed above fields |
| optional |
optional:
|
Type : boolean
|
| Optional |
|
If provided with true value, generated field will not be required. |
| placeholder |
placeholder:
|
Type : string
|
|
placeholder attribute value |
| tooltip |
tooltip:
|
Type : string
|
| Optional |
|
if provided, blue information icon will be rendered with onHover tooltip |