jsonform icon indicating copy to clipboard operation
jsonform copied to clipboard

How can i bind source using API?

Open VaibhavFortress opened this issue 5 years ago • 0 comments

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 ?

VaibhavFortress avatar Apr 30 '19 12:04 VaibhavFortress