We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bf073 commit 0bbb34bCopy full SHA for 0bbb34b
app/assets/sass/form.scss
@@ -13,3 +13,7 @@
13
}
14
15
16
+
17
+.p-formkit-data-debug {
18
+ padding-top: 1rem;
19
+}
app/pages/form/index.vue
@@ -128,7 +128,9 @@ async function submitHandler() {
128
129
<div v-if="data" class="min-w-25rem">
130
<FormKitDataEdit
131
- :schema="schema" :data="data"
+ v-model="data"
132
+ :schema="schema"
133
+ :show-reset="true"
134
:debug-schema="false" :debug-data="true"
135
:submit-label="t('save')"
136
@data-saved="submitHandler"
0 commit comments