Using Knockout with Typeahead.js and Bloodhound.js v0.10
问题 I have just converted over to using Bloodhound.js and Typeahead.js with Knockout. I am having a few issues - The Typeahead is not displaying the Name property in the suggestions list I can't figure out how to update the set to query against http://jsfiddle.net/Ea93f/2/ I am 'statically' adding new data right now but it should still show up in the result set, and is not self.addNew = function () { self.someOptions.push(new Option(self.someOptions().length + 1, 'Johnnn')); } I am up for any