vue-form-json-schema icon indicating copy to clipboard operation
vue-form-json-schema copied to clipboard

Create forms using JSON schema. Bring your components!

Results 41 vue-form-json-schema issues
Sort by recently updated
recently updated
newest added

It will help while debugging / performance analysis. For eg: it will help while monitoring emitted events. an example event logger will look like this ```javascript import Vue from "vue";...

Hi there, we would like to use the actual model value (that is an array) from one component as input for a custom multi select component. Of course we could...

Hi @jarvelov! I just found out that a JSON Schema which contains the 'oneOf' keyword isn't validated correctly. It looks like all fields below the 'oneOf' don't get their validation...

We defined some Validation Error Boxes that are filled with the correct vfjsErrors message whenever there is a validation error. However, injecting the message does not work initially, saying when...

In Evan's presentation from [Vue JS Amsterdam](https://youtu.be/zB3HOejXqwk?t=708) (11:45 - 17:00) he made a note about when a function is passed as the children to a component then Vue can lazily...

enhancement

Hi! Following the discussion we had on https://github.com/jarvelov/vue-form-json-schema/issues/51. I did some research for other libraries however I couldn't find a good solution to what I was looking for. Main reason...

Hi again, been testing out the library together with Ajv asynchronous validations. Basically the idea is that certain form fields might need an API call to be validated further. Example:...

Hello, sorry for making issue to ask questions regarding this repo but didn't know how else to send a message here. I've been digging into json schema for the past...

Hi @jarvelov, first of all, thanks for the great library! Currently vue-form-json-schema itself is quite small, but it depends on ajv whose bundle size is quite large, is there a...

Using the lodash set function was causing an error when the path ended in a number. This is because the previous specified object in the path was set as an...