vue-form-json-schema
vue-form-json-schema copied to clipboard
Create forms using JSON schema. Bring your components!
I can't figure out how to do two things: (1) Add a reference to the properties value from the UI schema and (2) add Font Awesome Component. Here is my...
I got this error when trying to use VUE3 with vue-form-json-schema. ``` Uncaught (in promise) TypeError: this.$createElement is not a function at Proxy.pe (vue-form-json-schema.esm.js?4897:1) at Proxy.Oe (vue-form-json-schema.esm.js?4897:1) at eval (vue-form-json-schema.esm.js?4897:1)...
Hey there! I picked up your library a few days ago because using a json schema form will interact well with the type of data persistence my group is working...
Hi, This is just an humble request based on my personal opinion about the provided examples. I had noticed this project long time ago, ( because, I was always a...
Hi Jarvelov First of all thanks for your wonderful project! I have a more complex use case where I use a base schema and implement this schema using the `allOf`...
I am using Element UI components in this [example](https://codesandbox.io/s/sample-form-using-element-ui-ub0n3). Everytime I typing in the input component (`el-input`), the cursor is always jump to the end of the character. How to...
Hiya! I'm looking for a way to hide/lock a group of fields based on a value in a checkbox. I've managed to partly resolve my problem using from vue-bootstrap, but...
You have 8 examples. But they are just numbered it would be better if they had names. basic_form_example dictionary_example Would make them much more accessible. And even better would be...
`{ "schema": { "type": "object", "properties": { "ownersvehicle_id": { "type": "string" }, "vin": { "type": "string" }, "licence_number": { "type": "string", "default": "value test" }, "brand": { "type": "string" }...
Hello, first I would like to thank you and say that this project helps me a lot. But I am facing a problem that I believe can help me. I...