Releases: rniemeyer/knockout-jqAutocomplete
Releases · rniemeyer/knockout-jqAutocomplete
v0.4.4
26 Feb 14:36
Compare
Sorry, something went wrong.
No results found
Use knockout for bower package rather than knockout.js
v0.4.3
11 May 02:05
Compare
Sorry, something went wrong.
No results found
use correct path for requiring autocomplete via AMD
v0.4.2
15 Apr 21:40
Compare
Sorry, something went wrong.
No results found
ensure that when an observable value becomes empty that the field can be cleared
v0.4.1
28 Feb 05:23
Compare
Sorry, something went wrong.
No results found
Improve updating of input when observable bound to it is updated elsewhere
v0.3.0
26 Dec 03:05
Compare
Sorry, something went wrong.
No results found
allow passed in select and change handlers to be called in addition to the select/change functionality of the binding
v0.2.1
20 Dec 06:14
Compare
Sorry, something went wrong.
No results found
clear dataValue on change (non-selection)
v0.2.0
20 Dec 04:28
Compare
Sorry, something went wrong.
No results found
added optional dataValue option that is populated with the currently selected data item in addition to the value option, which can be populated with a property of the item.
v0.1.3
16 Dec 21:47
Compare
Sorry, something went wrong.
No results found
trigger change event when field is changed without selecting a value from a list
v0.1.2
13 Dec 02:36
Compare
Sorry, something went wrong.
No results found
Keep the input's value in sync with the model
v0.1.1
12 Dec 23:07
Compare
Sorry, something went wrong.
No results found
ensure that template is bound with the entire data item as the context
make default filter case insensitive