- added new settings for call;
- added duplciate form field functionality to form builder; - added improvements to form builder; - fixed issue with saving data in evaluation;
This commit is contained in:
@@ -185,6 +185,10 @@ export const elementItems = [
|
||||
{
|
||||
name: "label",
|
||||
value: "Casella di Spunta"
|
||||
},
|
||||
{
|
||||
name: "isChecklistItem",
|
||||
value: false
|
||||
}
|
||||
],
|
||||
validators: {
|
||||
@@ -459,5 +463,25 @@ export const elementItems = [
|
||||
validators: {
|
||||
custom: 'nonEmptyTables'
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 22,
|
||||
sortOrder: 22,
|
||||
name: 'switch',
|
||||
label: 'Casella di spunta "Checklist"',
|
||||
description: 'Per selezioni binarie, accettazioni, conferme',
|
||||
settings: [
|
||||
{
|
||||
name: "label",
|
||||
value: "Casella di Spunta"
|
||||
},
|
||||
{
|
||||
name: "isChecklistItem",
|
||||
value: true
|
||||
}
|
||||
],
|
||||
validators: {
|
||||
isRequired: false
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user