-
Notifications
You must be signed in to change notification settings - Fork 0
ComponentService._fieldForm()
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
formats field line stuff
type: Function
arguments:
- fields
Array
components._fieldForm([
{ name: "A)", value: "yes", line: 1 },
{ name: "B)", value: "no", line: 1 },
{ name: "C)", value: "maybe", line: 2 },
{ name: "D)", value: "probably", line: 2 }
]);