It would have been very handy to be able to display the value of the default property in Json Schema in the form when generated. E.g. in TextElement.vue if you change :value="value" to :value="schema.default != null ? schema.default : value" (if this doesn't cause other issues, I haven't deep dived into your source code). Or is there some other way to achieve this that I've overlooked?