Skip to content

Instantly share code, notes, and snippets.

@jitendra-rajput
Created October 1, 2013 11:47
formatItem: function(item) {
return item;
},
formatMatch: function(item) {
//It will display matched item as per your input.
return item;
},
formatResult: function(item) {
//It will display final out put inside the text box
return item;
},
result : function(event,item){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment