Skip to content

Releases: rniemeyer/knockout-jqAutocomplete

v0.4.4

26 Feb 14:36
Compare
Choose a tag to compare
  • Use knockout for bower package rather than knockout.js

v0.4.3

11 May 02:05
Compare
Choose a tag to compare
  • use correct path for requiring autocomplete via AMD

v0.4.2

15 Apr 21:40
Compare
Choose a tag to compare
  • ensure that when an observable value becomes empty that the field can be cleared

v0.4.1

28 Feb 05:23
Compare
Choose a tag to compare

Improve updating of input when observable bound to it is updated elsewhere

v0.3.0

26 Dec 03:05
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

clear dataValue on change (non-selection)

v0.2.0

20 Dec 04:28
Compare
Choose a tag to compare

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
Choose a tag to compare
  • trigger change event when field is changed without selecting a value from a list

v0.1.2

13 Dec 02:36
Compare
Choose a tag to compare

Keep the input's value in sync with the model

v0.1.1

12 Dec 23:07
Compare
Choose a tag to compare
  • ensure that template is bound with the entire data item as the context
  • make default filter case insensitive