1. 13 Feb, 2015 8 commits
  2. 09 Jan, 2015 2 commits
  3. 02 Jan, 2015 1 commit
  4. 04 Dec, 2014 1 commit
  5. 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
  6. 27 Nov, 2014 6 commits
    • Tyf0x's avatar
      ** Fix for #427 ** · 4aa63626
      Tyf0x authored
      -> Added setAllSelectedText function to set the text displayed when all options are selected dynamically at runtime
      -> Updated doc
      4aa63626
    • Tyf0x's avatar
      Merge branch 'fix_#431' of https://github.com/Tyf0x/bootstrap-multiselect into... · 1bb4af91
      Tyf0x authored
      Merge branch 'fix_#431' of https://github.com/Tyf0x/bootstrap-multiselect into shift-select-improvement
      1bb4af91
    • Tyf0x's avatar
      ** Unit-test update ** · 77d81bcd
      Tyf0x authored
      -> Fixed a failure on test for #405 due to the code changes
      77d81bcd
    • Tyf0x's avatar
      ** fix for #430 ** · 2f7761db
      Tyf0x authored
      -> Moved the downward chevron to the button template.
      -> The button text is now inserted into any container using the class "multiselect-selected-text" inside the button tag.
      2f7761db
    • Tyf0x's avatar
      ** Huge performance and usability improvements on SHIFT + click multi-selection ** · c1c3e173
      Tyf0x authored
      -> Now able to select/deselect ranges
      -> The range is based on the previously active checkbox. (i.e: the user clicks a checkbox no 1 then checkbox no 5. The interval will be [1,5].)
      -> The range new state (selected or deselected) depends on the last option clicked new value. Example: If the checkbox is Shift-clicked and becomes selected, the whole range will be too.
      -> Improved the range select speed tremendously by only notifying the select for the "change" event once the whole range finished changing and manually doing the selection or deselection.
      c1c3e173
    • Tyf0x's avatar
      ** Fix for #434 ** · 7b57edfb
      Tyf0x authored
      -> Added an overflow: hidden and text-overflow:ellipsis to the button CSS if a buttonWidth is specified
      -> Updated doc
      7b57edfb
  7. 25 Nov, 2014 1 commit
    • Tyf0x's avatar
      ** Fix for #431 ** · a5c1ab46
      Tyf0x authored
      -> See https://bugzilla.mozilla.org/show_bug.cgi?id=559506
      -> Removed the javascript:void(0) href for anchor elements in the multiselect dropdown
      -> Added a tabindex = 0 to keep the anchors focus-able
      -> Added code to remove any text selection when using shift+click
      -> Handles the checkbox selection manually when done using shift+click on its label
      a5c1ab46
  8. 20 Nov, 2014 1 commit
  9. 07 Nov, 2014 1 commit
  10. 01 Nov, 2014 4 commits
  11. 26 Oct, 2014 1 commit
  12. 25 Oct, 2014 1 commit
  13. 17 Oct, 2014 3 commits
  14. 16 Oct, 2014 4 commits
  15. 15 Oct, 2014 1 commit
  16. 14 Oct, 2014 3 commits