vue-formulate icon indicating copy to clipboard operation
vue-formulate copied to clipboard

⚡️ The easiest way to build forms with Vue.

Results 124 vue-formulate issues
Sort by recently updated
recently updated
newest added

Amazing project! We are using it with DOM templates and are unable to use the "repeatableAdded" and "repeatableRemoved" events.

**Describe the bug** All regular schema fields use v-model to change values with the `@input` event. But when a group is used, the group directly mutates the state, ommiting v-model....

bug

In multiple file input, set it is disabled , It is add file button is not disabled . so , I fixed it.

**Describe the bug** Set a model as a 'ref', add a computed value into the model object from fetch(). When the input has "options" in the form, it overrides the...

bug report

Is it possible to add dynamic visible / invisible or disabled expressions, or calculated fields based on other fields. For e.g. you might disable a specific field when a specific...

feature request

**Describe the bug** Passing an array of options to `formulate-input` with a numeric value converts the value to a string. And *much more worryingly* actually mutates the options object on...

bug report

**Describe the bug** Apologies if this is user-error somehow. But, if a user adds a new group and then removes it, the validation status for the form isn't updated properly....

bug report

The only way I could reset my form is by using a button ```HTML ``` But my form is a modal, so, I need to clean it every time I...

bug report

**Describe the bug** Using a File Input with "multiple" attribute and custom uploader, as shown in the [documentation](https://vueformulate.com/guide/inputs/types/file/#custom-uploader). If the server responds with an error when you select a file,...

bug report

Up to and including v2.5.2, `` is the way to declare a repeatable Group. I would like to request the ability to specify ``, which would make the group repeatable,...

feature request