jdorn / json-editor

JSON Schema Based Editor
MIT License
5.81k stars 1.08k forks source link

For using jquery autocomplete plugin with some json editor #825

Open punit-kulal opened 5 years ago

punit-kulal commented 5 years ago

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"} } }

schmunk42 commented 5 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.