Improve form to allow any type used in JSON Schema #38
Labels
enhancement
New feature or request
plugin
Issue relating the Plugin Page
settings
Issue relating the Settings Page
todo
Created by the to-do action
Describe the reason of this issue
Can also totally replace the current library used for dynamic form
The issue is present here:
import { merge } from "lodash" import { Form, Field } from "vee-validate" // FEATURE: Improve form to allow any type of input based on json schema // Can also totally replace the current library used for dynamic form const props = withDefaults( defineProps<{ fields: SchemaField[]
The text was updated successfully, but these errors were encountered: