angular2-json-schema-form icon indicating copy to clipboard operation
angular2-json-schema-form copied to clipboard

Get key data from other schema data

Open subratastack opened this issue 8 years ago • 0 comments

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.

subratastack avatar Apr 09 '18 07:04 subratastack