- 13 Feb, 2015 2 commits
-
-
David Stutz authored
Improved knockout binding.
-
David Stutz authored
Shift + Click range selection improvements. Fixes #431.
-
- 02 Jan, 2015 1 commit
-
-
Aaron-P authored
-
- 03 Dec, 2014 2 commits
-
-
Aaron-P authored
-
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).
-
- 27 Nov, 2014 3 commits
-
-
https://github.com/Tyf0x/bootstrap-multiselectTyf0x authored
Merge branch 'fix_#431' of https://github.com/Tyf0x/bootstrap-multiselect into shift-select-improvement
-
Tyf0x authored
-> Fixed a failure on test for #405 due to the code changes
-
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.
-
- 25 Nov, 2014 1 commit
-
-
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
-
- 01 Nov, 2014 4 commits
-
-
David Stutz authored
-
David Stutz authored
-
David Stutz authored
-
David Stutz authored
Fixes #405
-
- 26 Oct, 2014 1 commit
-
-
David Stutz authored
-
- 25 Oct, 2014 1 commit
-
-
David Stutz authored
-
- 17 Oct, 2014 3 commits
-
-
Kyle Needham authored
-
Kyle Needham authored
-
Kyle Needham authored
-
- 16 Oct, 2014 4 commits
-
-
Kyle Needham authored
-
Kyle Needham authored
-
David Stutz authored
-
David Stutz authored
-
- 15 Oct, 2014 1 commit
-
-
David Stutz authored
-
- 14 Oct, 2014 4 commits
-
-
David Stutz authored
-
David Stutz authored
-
David Stutz authored
-
David Stutz authored
-
- 13 Oct, 2014 10 commits
-
-
David Stutz authored
Updated documentation. In short: #380, #365, #381, #377, #385, #384, #388, #302, #305, #391, #374, #397, #400, #375, #383, #301, #382, #386, #387, #404.
-
David Stutz authored
#375, #383: Avoid changing unrelated parent elements.
-
David Stutz authored
Correct filtering with optgroups.
-
David Stutz authored
#374. Added optional clear button for filter feature.
-
David Stutz authored
#385, #384: titles for options, supporting dataprovider; dataprovider with preselected options.
-
David Stutz authored
Allow options to be defined by data attributes.
-
David Stutz authored
#305, #302. Added enableClickableOptGroups option.
-
David Stutz authored
Only deploy the necessary files with Bower.
-
David Stutz authored
#377. Allow enter in filter.
-
David Stutz authored
#365. Additional option for selectAll.
-
- 09 Oct, 2014 3 commits
-
-
David HAN SZE CHUEN authored
-
David HAN SZE CHUEN authored
Factorise some code too
-
David HAN SZE CHUEN authored
-