ulion / jsonform

Build forms from JSON Schema. Easily template-able. Compatible with Twitter Bootstrap out of the box.
http://ulion.github.io/jsonform/playground/
MIT License
49 stars 27 forks source link

How can i bind source using API? #42

Open VaibhavFortress opened 5 years ago

VaibhavFortress commented 5 years ago

In Jquery-ui autocomplete sample,

"customFormItems": { "name": { "type": "text", "autocomplete": { "source": ['abc', 'bed', 'bee', 'dog', 'cat'] } } }

i want to bind the source from api. Is there any sample or any way to bind the source from API ?