Closed
Description
Hi,
Would it be a good idea to let users implement (optionnally) a template for form fields ?
<vue-form-generator>
<template slot="empty" slot-scope="props">
{{props.label}}
</template>
</vue-form-generator>
By default, without writing the template slot, the behaviour would be the actual one.
It is also conceivable to implement the same logic for fields wrappers.
Like that, it would be possible to implement collapsible fields for instance.
Thoughts?
If you think it is a good idea I can have a look at it.
Metadata
Metadata
Assignees
Labels
No labels