Skip to content

Use of the default property in Json schema #10

@treinar

Description

@treinar

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions