- 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
-
-
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.
-
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.
-
Tyf0x authored
-> Added an overflow: hidden and text-overflow:ellipsis to the button CSS if a buttonWidth is specified -> Updated doc
-
- 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 1 commit
-
-
David Stutz authored
-
- 16 Oct, 2014 2 commits
-
-
Kyle Needham authored
-
David Stutz authored
-
- 14 Oct, 2014 2 commits
-
-
David Stutz authored
-
David Stutz authored
-