Alban Mouton
Alban Mouton
I think vuetify will not break compatibility and the component will keep the same rendering for the same given prop. But additional props might be supported. So you should not...
Actually a better example is the [color-picker](https://github.com/koumoul-dev/vuetify-jsonschema-form/blob/master/lib/mixins/ColorProperty.js#L27).
There are some work in progress on the way reactivity works in this library. For now you should not consider that the model can be changed in both directions, it...
I don't fully understand the situation. Could you provide a codepen (the doc contains links to init codepens from the examples) ? Or at least a schema.
It looks like another variant of https://github.com/koumoul-dev/vuetify-jsonschema-form/issues/58 Once bound the model is only reactive one way.
I am not sure I fully understand the question. Isn't this solved by the x-fromData keyword shown in the [Selects example](https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/examples#select) ? It can get data both from a context...
I think there is a misunderstanding. The page doc/editor.vue is internal, mostly I used it to create the short video in the doc homepage. Ace is only integrated in this...
I am aware of this problem and I need to think about it. Initializing an empty object is built kinda deep in the way the lib works (necessary to bind...
Sorry for the lack of response, I've been busy. I will try to have look later today or in the next few days.
I think [this code](https://github.com/koumoul-dev/vuetify-jsonschema-form/blob/master/lib/mixins/ColorProperty.js#L15) looks very much like what you are trying to accomplish.