vue-dynamic-forms
vue-dynamic-forms copied to clipboard
Easy way to dynamically create reactive forms in Vue based on a varying business object model
Can we create wizard dynamically
**Describe the bug** Is there way to import `dynamic-form` in one component instead of global `app.use()`?
**Describe the bug** When a user types into an input box it emits a "change" event. If the field is set to "" the change event isn't fired. **To Reproduce**...
**Describe the solution you'd like** Add an example and a theme for basic tailwindcss use with the lib
**Describe the bug** Not all of the built in validators are set to `ValidatorFn` because of this I see errors in my editor. **To Reproduce** Add this library and open...
**Describe the bug** I'm trying to follow the documentation, but it fails once am trying to use FormField: `'"@asigloo/vue-dynamic-forms"' has no exported member named 'FormField'. Did you mean 'FormFields'?` **To...
**Describe the bug** Documentation states material theme can be customized, specifying custom variables like `$theme-color`. This isn't working and I guess it's because most of the variables don't have the...
**Is your feature request related to a problem? Please describe.** Extend current info available through events + adding more granularity on individual events to the parent container **Describe the solution...
**Describe the solution you'd like** Possibility of overriding the default component of a field type by adding a `component` property to the models. A use case would be using a...
**Describe the solution you'd like** Add `visible` field to the current solution. - This will set the field to visibility `hidden` - If set `true` the validation of that specific...