We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ef469 commit f0a46e8Copy full SHA for f0a46e8
dev/pages/samples/FormEditor.vue
@@ -84,9 +84,11 @@ const schemaResult = computed(() => editorDataToSchema(formData.value))
84
v-if="formInput.if && formInput.if.length > 0" v-tooltip="`condition: ${formInput.if}`"
85
class="pi pi-question-circle text-yellow-700"
86
/>
87
+ <span class="text-xs text-[color:var(--primary-color)]">{{ formInput.$formkit }}</span>
88
+ <span class="text-gray-700">|</span>
89
<span class="text-xs text-yellow-500">{{ formInput.name }}</span>
90
</div>
- <div class="min-w-100">
91
+ <div class="formkit-form min-w-100">
92
<FormKitSchema :schema="formInput" :data="{}" />
93
94
0 commit comments