almende / chap-links-library

a web based visualization library for displaying graphs, networks, and timelines
http://almende.github.com/chap-links-library
Apache License 2.0
599 stars 167 forks source link

Input textbox not working. #366

Open hemant4524 opened 7 years ago

hemant4524 commented 7 years ago

This is my simple json data. "Collection": "Person", "description": "Person collection has sales person information store", "controls": [ {

    "name" :"<input type='text' value='officebrain'/>"
          }

} When display tree grid, input box not working. I am not able to insert any value. I want to create dynamic HTML input box and value enters into an input box.