vue-dynamic-forms icon indicating copy to clipboard operation
vue-dynamic-forms copied to clipboard

Easy way to dynamically create reactive forms in Vue based on a varying business object model

Results 24 vue-dynamic-forms issues
Sort by recently updated
recently updated
newest added

Hi, We were able to use a custom field to have a Google Maps auto completed address field. This field should be mandatory... Currently, we have In the form declaration...

documentation

### Version 3.x.x (Vue 3.x) ### Describe the bug I have spent so many hours to use a custom field type, but it does not work. I would like to...

bug

### Version 3.x.x (Vue 3.x) ### Describe the bug When adding a required field, the rendered form input gets assigned the `ariarequired` property, but the name of the property should...

bug

Can inputs be prepopulated with data from api? I tried like this but it's not working: import { reactive, computed, onMounted } from "vue"; import { TextField, EmailField } from...

### Version 3.x.x (Vue 3.x) ### Describe the bug I'm not being able to make the typings work on .ts files, the following errors are being shown: Visual Studio Code...

bug

### Is your feature request related to a problem? Please describe. when it comes to validation, sometimes you really need to match 2 fields. consider the following for example. ```js...

feature-request

### Version 3.x.x (Vue 3.x) ### Describe the bug email validation is incorrect. considering the following code ```html Submit ``` ```js import { TextField, EmailField, Validator, email, required, } from...

bug

### Is your feature request related to a problem? Please describe. I have worked on a simple form to create, edit and save an user account. Finally, I came to...

feature-request

**Describe the solution you'd like** At the moment, `required` elements show an asterisk in their label `*`. This symbol should be customizable **Describe alternatives you've considered** - Custom Slot -...

good first issue
feature

### Is your feature request related to a problem? Please describe. A common pattern in forms is that fields can trigger other fields to show/hide/require/un require. "Will you be bringing...

feature-request