1. 13 Mar, 2015 1 commit
    • Joe Vu's avatar
      Fixed "All Selected" problem on non-multiselect with one option · 48c1fb06
      Joe Vu authored
      There’s some situation when there are only one option and that displays
      “All selected” which is only correct if the select tag is “multiple”.
      In using this plugin for “single” dropdowns as well, there are
      situations when there’s only one option and it shouldn’t show “All
      selected”. This fixes that
      48c1fb06
  2. 01 Mar, 2015 1 commit
  3. 28 Feb, 2015 7 commits
  4. 17 Feb, 2015 2 commits
  5. 13 Feb, 2015 18 commits
  6. 09 Jan, 2015 2 commits
  7. 02 Jan, 2015 1 commit
  8. 31 Dec, 2014 2 commits
  9. 08 Dec, 2014 1 commit
  10. 04 Dec, 2014 1 commit
  11. 03 Dec, 2014 2 commits
    • Aaron-P's avatar
      Destroy computeds when element is destroyed · 6dabdcbf
      Aaron-P authored
      6dabdcbf
    • Aaron-P's avatar
      Improved knockout binding · db4d64e9
      Aaron-P authored
      Improves the initialization of the multiselect by waiting for other select related bindings to finish first.
      Moved the subscription to other binder events to init so they aren't re-executed all the time.
      Added support for value binding.
      Added support for observable configuration properties.
      Observable subscription rate-limited (by @IDisposable).
      Simplified how selection changes are processed (simpler code, not sure about performance).
      db4d64e9
  12. 27 Nov, 2014 2 commits