dschnelldavis / angular2-json-schema-form

Angular 2 JSON Schema Form builder
MIT License
285 stars 177 forks source link

Append json value into the element HTML #45

Open prabharj opened 7 years ago

prabharj commented 7 years ago

"lname": { "title": "Last Name {{lname.code}}", "type": "string", "maxLength": 20, "code":2000 }

I want the title of this field to be Last Name superscripted by the code value i.e. 2000. Can I do this? If yes, please explain how?

dschnelldavis commented 7 years ago

Sorry, our support for dynamically referencing values from other fields is very poor at the moment.

I'll leave this issue open, since this is something I'd eventually like to improve, though it may be a while.