jdorn / json-editor

JSON Schema Based Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For using jquery autocomplete plugin with some json editor

punit-kulal opened this issue · comments

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

This repo is no longer maintained (see also #800)

Development is continued at https://github.com/json-editor/json-editor

For details please visit json-editor/json-editor#5


Also have a look at the issues, we had something similar I think.