vue-form-json-schema
vue-form-json-schema copied to clipboard
Create forms using JSON schema. Bring your components!
Vuejs 3
Are you planning a version for vuejs 3?
I'm using VFJS with Vuetify and I would like to pass `vfjsFieldErrors` as the `error-messages` prop to Vuetify's `VTextField` component. As far as I know, I could create a wrapper...
I can't get the checkboxes to work, what am I doing wrong? ## Model ``` model: { checkbox: true, } ``` ## uiSchema ``` uiSchema: [ { component: "div", fieldOptions:...
Hello there, I'm using Vite , Vue3 and Element UI written under Composition API style. I followed the installation and my code is just copy and pasted from the Usage...
Hi, We have an issue that can not render our form on production mode. It is working fine in development mode but when we built it, we got the following...
In this link there is an example on how to use the mixing Is it possible to have a working example of a ObjectComponent (we have the arrayComponent) since is...
``` { component: 'b-form-group', model: 'wss???', fieldOptions: { class: [ 'mb-2' ], label: '', 'label-cols-md': 3, 'label-align-md': 'right', 'content-cols-md': 9 }, children: [ { component: 'b-form-checkbox-group', model: 'DataBFormCheckboxGroup02', valueProp: 'checked',...
When running my unit tests in the CI I get the following error: ```bash Cannot find module 'Vue' from 'vue-form-json-schema.umd.js' at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:259:17) at exports (node_modules/vue-form-json-schema/dist/webpack:/VueFormJsonSchema/webpack/universalModuleDefinition:5:40) at Object. (node_modules/vue-form-json-schema/dist/webpack:/VueFormJsonSchema/webpack/bootstrap:9:39) ```...
I want to create a JSON as following ` { "stock":{ "shops":[ {"location": "high street"}, {"location": "mall"} ] }, "name":"john" } ` through normal javascript, I can access the first...
Vue event bus [removed](https://v3.vuejs.org/guide/migration/events-api.html#events-api) in 3 version