Alban Mouton
Alban Mouton
I don't see an error, just a warning. If you open localhost:3000 it doesn't work ?
This is noted in the doc https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/examples#date-picker "Times alone are stored without representing the offset but also without applying it in the first place. Meaning that if the user select...
I think the problem is more complicated than passing the prop to the right component. Your model would be invalid here as the range mode of the date-picker would return...
Unfortunately this is not supported by vjsf, once bound the model is only reactive one way. See https://github.com/koumoul-dev/vuetify-jsonschema-form/issues/58
This is not supported yet. I think it will be in the future, but I don't known when I will have the time to work on it.
Hello, The title is already used as a label for all common fields, cf https://github.com/koumoul-dev/vuetify-jsonschema-form/blob/master/lib/VJsfNoDeps.js#L175 Maybe your problem is with the vuetify behavior of showing the label inside the field...
It is the title attribute that is used as vuetify's label property. The description is used as a tooltip on a small button to the right of the field. Something...
Yes, that would be the way to make it work.
When something is not cover by the llibrary you have to implement it using slots. See these 2 examples: https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/examples#slots
No problem you can keep asking, just don't expect fast answers every time, it depends on my free time and my mood :) Please think of closing the issues once...