angular2-json-schema-form
angular2-json-schema-form copied to clipboard
Get key data from other schema data
Issue type
I need to update the key value of one schema from another schema.
Example Code
schema_one
{
"name": { "type" : "string"}
}
schema_two
{
"my_name": {"type": "string"}
}
Now I want to update my_name when the name is entered.