json-forms icon indicating copy to clipboard operation
json-forms copied to clipboard

Automatically fill fields from values in other fields

Open jdp opened this issue 9 years ago • 1 comments

It would be great to be able to automatically update fields with the values of other fields as they change. The json-editor project supports this with the watch and template extensions to JSON schema.

jdp avatar Aug 11 '16 01:08 jdp

You can achieve what I assume a similar behavior using dynamic schemas (see example http://brutusin.org/json-forms and its schema resolver). The idea is to have schema parts (subchemas) whose definiton is dynamic and changes depending on the values of other parts.

idelvall avatar Aug 11 '16 13:08 idelvall