|
|
|
@ -11,7 +11,7 @@
|
|
|
|
:with-label="!isAnonymousChecboxes && showFieldNames"
|
|
|
|
:with-label="!isAnonymousChecboxes && showFieldNames"
|
|
|
|
:current-step="currentStepFields"
|
|
|
|
:current-step="currentStepFields"
|
|
|
|
:scroll-padding="scrollPadding"
|
|
|
|
:scroll-padding="scrollPadding"
|
|
|
|
@focus-step="[saveStep(), currentField.type !== 'checkbox' ? isFormVisible = true : '', goToStep($event, false, true)]"
|
|
|
|
@focus-step="[saveStep(), goToStep($event, false, true), currentField.type !== 'checkbox' ? isFormVisible = true : '']"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<FieldAreas
|
|
|
|
<FieldAreas
|
|
|
|
:steps="readonlyConditionalFields.map((e) => [e])"
|
|
|
|
:steps="readonlyConditionalFields.map((e) => [e])"
|
|
|
|
|