billpull / knockout-bootstrap

A plugin that adds custom bindings for twitter bootstrap objects such as tooltips and popovers.
232 stars 69 forks source link

Enhanched 'typeahead' binding #44

Closed flinco closed 10 years ago

flinco commented 10 years ago

This way you can use a typeaheadOptions binding to pass any typeahead specific option. i.e. data-bind="typeahead: fooValuesArray, typeaheadOptions: { items: 15, minLength: 3, updater: function(item) { return item; } }"