Open punit-kulal opened 6 years ago
This repo is no longer maintained (see also https://github.com/jdorn/json-editor/issues/800)
Development is continued at https://github.com/json-editor/json-editor
For details please visit https://github.com/json-editor/json-editor/issues/5
Also have a look at the issues, we had something similar I think.
Is there a way to add css class or id attribute to a some of the input fields for example : Apply a css class to the field with title person. { "title":"config", "type":"object", "properties":{ "person":{ "title":"person", "type":"string"}, "age":{ "title":"age", "type":"number"} } }