Fix user proposals and update typeahead

This commit is contained in:
reap3r119
2017-10-31 15:30:37 -06:00
committed by Reap3r119
parent 887baf2f08
commit 55f4b8c124
3 changed files with 629 additions and 623 deletions

View File

@@ -17,6 +17,12 @@ $(function(){
function (data) {
return process(data.options);
});
},
displayText: function(item) {
return item.label;
},
afterSelect: function(item) {
$('#@id').val(item.value);
}
});
});

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long