vue-formulate
vue-formulate copied to clipboard
Add new event for when the schema/formulateInput(s) is created
With the recent added event created it is clear when the form is mounted. But it's still unclear when the schema is mounted.
Is it possible to also add an event for this?
My suggestion is:
beforeCreate before creating the schema or displaying the FormulateInput(s)
created when the schema is mounted or all FormulateInput(s) are mounted
input when an input is updated by the user (after the created event)