Releases: rniemeyer/knockout-jqAutocomplete
Releases · rniemeyer/knockout-jqAutocomplete
v0.4.4
- Use
knockout
for bower package rather than knockout.js
v0.4.3
- use correct path for requiring autocomplete via AMD
v0.4.2
- ensure that when an observable value becomes empty that the field can be cleared
v0.4.1
Improve updating of input when observable bound to it is updated elsewhere
v0.3.0
- allow passed in
select
and change
handlers to be called in addition to the select/change functionality of the binding
v0.2.1
clear dataValue on change (non-selection)
v0.2.0
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
- trigger change event when field is changed without selecting a value from a list
v0.1.2
Keep the input's value in sync with the model
v0.1.1
- ensure that template is bound with the entire data item as the context
- make default filter case insensitive