Alban Mouton

Results 210 comments of Alban Mouton

The [editable array example from the doc](https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/examples#editable-array) was also broken with the same error message. I fixed it and released a patch version, can you check if your use-case is...

I think this is solved in latest release.

Totally forgot about this issue sorry. I agree that I need to think of an easy way to configure different rendering between readonly item displayed in the array and full...

I don't think I entirely understand the question, but maybe this can be of help: The closest thing would probably be to include a custom component using a slot https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/examples#slots-wrappers...

Hello, That is a good question, unfortunately the response will not be very satisfying: - I didn't look into the details of migrating to vue 3, but from the look...

Hard to say. It looks promising but it depends on the scope of the changes brought by vuetify 3 I suppose. If almost all the code inside the render functions...

Hello I won't have time to look into it in the next few months unfortunately. If someone is willing to work on it in a fork then prepare a pull...

There is this https://github.com/koumoul-dev/vuetify-jsonschema-form/blob/master/CONTRIBUTE.md

I am not sure I understand. Do you mean that you want to extend the schema dynamically ? vjsf does not guarantee that it will react property to any kind...

I don't know if this belongs to the scope of vjsf or if it should be done in the wrapping vue code. It feels a little bit like reinventing the...