- 27 Jun, 2013 5 commits
-
-
David Stutz authored
Preventing generated inputs from firing change input.
-
David Stutz authored
A small fix to a dropdown.
-
Piotr Zygmuntowicz authored
Option added for preventing generated inputs (radio or checkboxes) from firing change event (in my case that was unnecessary, change event on select was enough)
-
Piotr Zygmuntowicz authored
Option added for preventing generated inputs (radio or checkboxes) from firing change event (in my case that was unnecessary, change event on select was enough)
-
Piotr Zygmuntowicz authored
-
- 23 Jun, 2013 1 commit
-
-
Roman Yerin authored
-
- 12 Jun, 2013 2 commits
-
-
David Stutz authored
Moved CSS declarations into separate LESS file. Filter will now be rebuild, too.
-
David Stutz authored
Remove trailing comma so that it can be minified with closure compiler
-
- 11 Jun, 2013 5 commits
-
-
Cameron Crothers authored
-
David Stutz authored
case insensitive filtering.
-
David Stutz authored
Fix border-radius for left side of multiselect.
-
David Stutz authored
Remove focus selection from input after user's click on it.
-
David Stutz authored
'onChange' event handler is not invoked when 'select' API is used.
-
- 10 Jun, 2013 1 commit
-
-
Vasyl Zuzyak authored
-
- 09 Jun, 2013 2 commits
-
-
Vasyl Zuzyak authored
-
Vasyl Zuzyak authored
Until now if multiselect itself is single element, it's 'button' loses part of styling. This happened due to wrong order of elements in parent container.
-
- 08 Jun, 2013 1 commit
-
-
Ben Yee authored
-
- 02 Jun, 2013 2 commits
-
-
David Stutz authored
Updated readme for the new filterBehavior option.
-
David Stutz authored
Altered filtering behavior.
-
- 30 May, 2013 1 commit
-
-
Adrian 'Nexces' Piotrowicz authored
Filtering can be now done on option lables or values or both. Configurable via: 'filterBehavior' option Possible values are: * 'text' (default) - uses only label text for filtering * 'value' - uses only option value for filtering * 'both' - uses label text and option value
-
- 29 May, 2013 4 commits
-
-
David Stutz authored
See #92.
-
David Stutz authored
Fixed #82. Added beta js and demo html. The "new" multiselect will be more structured but hopefully offering the same possibilities with better performance.
-
David Stutz authored
Fixed #82. Added bet js and demo page. The "new" multiselect will be more structured but hopefully offering the same possiblities with better performance.
-
David Stutz authored
Bootstrap 2.3.2 styling.
-
- 22 May, 2013 1 commit
-
-
Adrian 'Nexces' Piotrowicz authored
-
- 10 May, 2013 1 commit
-
-
David Stutz authored
Updated readme and demonstration files.
-
- 03 May, 2013 3 commits
-
-
David Stutz authored
The filtering option will now hide or show the filtered options instead of destryoing/rubuilding them. So selected options will not be destroyed. Updated the demo an knockout examples. Added "fork me" slogan.
-
David Stutz authored
See #76, #75. Updated demo and knockout examples. Multiselect iwll adopt the disabled state of the select.
-
David Stutz authored
case-insensitive filtering.
-
- 30 Apr, 2013 1 commit
-
-
Mathieu Doyon authored
Signed-off-by: Mathieu Doyon <mathieu.doyon@studiofrenetic.com>
-
- 29 Apr, 2013 3 commits
-
-
David Stutz authored
Fixed #73.
-
David Stutz authored
Fixes ie filtering bug.
-
Luís Rudge authored
-
- 28 Apr, 2013 7 commits
-
-
David Stutz authored
Added the selectAllValue option to change the value by which the select all option is identified. Cosmetics.
-
David Stutz authored
Fixed an issue concerning the refresh method and the unfocussing of the filter search input after filtering the options.
-
David Stutz authored
Updated documentation: includeSelectAll, selectAllText, selectedClass, enabledFiltering and filterPlaceholder options. Updated the README. moved the filter initialization to the buildDropdown method. The rebuild method has to remove the search field, too, otherwise it will be duplicated.
-
David Stutz authored
Added support to override/extend default options.
-
David Stutz authored
Fixes knockout integration issues.
-
David Stutz authored
Added filtering capability.
-
David Stutz authored
added css class to the 'select all' option.
-