vue-form-builder icon indicating copy to clipboard operation
vue-form-builder copied to clipboard

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.

Results 22 vue-form-builder issues
Sort by recently updated
recently updated
newest added

Hello! Really like your solution here. Looks great! I'm about to use it for a new project and was wondering if you plan to support Vue 3.0 in a future...

vue3

It looks like the instance property responsible for collection of custom closures in the `Validation` class is not properly initialized. The `customClosures` property defaults to an empty object `{}` that...

Following custom validation closure tutorial in [the documentation](https://phattranminh96.gitbook.io/vue-form-builder/extending/validation#customclosure-func) results in a console error. ```js import { VueFormBuilderPlugin } from 'v-form-builder'; function myCustomValidation(fieldValue: string, valuesContainer: {}) { return fieldValue === 'Seth...

Issue #113 stems from a faulty assignment in the plugin installer: ```js // show alert or not? formDI.validationErrorShowAlert = properties.validationErrorShowAlert || true ``` This will *always* default to `true` value...

Although [the documentation](https://phattranminh96.gitbook.io/vue-form-builder/extending/plugin-options#available-options) does make a reference of the `validationErrorShowAlert` option, any "falsy" values suplied for it will be ignored by the plugin. Effectively, this means the error alert can...

Please @sethsandaru @phatsandaru is there a way to enforce field names when building the form? I want to make sure users fill the unique field names before they can create...

Is there anyway to change the main language of library? and also make it RTL?

Hi, Designing the form using this form builder is very efficient, its just that in smaller screen and responsive scenario add section button hides in the bottom. Also listing control...

When we add a control to a section it is obvious to make changes in the control. Can we have the control setting sidebar to open instant it added to...

I try your vue form builder and it's totally awesome. Thankyou. But I have found an issue when I try to set form from default template. The issue is when...

question