vue-form
vue-form copied to clipboard
[FEATURE] Debug Form
Is your feature request related to a problem? Please describe. Form debugging utils.
Describe the solution you'd like
const form = new Form({debug: true})
or
config({debug: true})
New Store interface:
interface IStore {
inputTypes: {
[name: defineInputTypes | string]: any
},
debug: boolean
}
Debug store Message can display id of element to check it. [form:15]
id or primaryKeys is one of the most exciting params. It can be very usefull for working.