- 14 Jul, 2014 6 commits
-
-
-
David Stutz authored
-
David Stutz authored
Knockout.js Binding: Fixing the initialization of the selected items in the multi-select
-
David Stutz authored
Update bootstrap-multiselect.js
-
David Stutz authored
Little correction to dataprovider.
-
David Stutz authored
Fix #322
-
- 11 Jul, 2014 2 commits
-
-
Vinicius Fagundes authored
-
Nicholas Nieslanik authored
Fixing the initialization of the selected items in the multi-select for Knockout.js binding integration. Currently a persisted binding value isn't being initialized correctly when using KO. Instead the selectedOptions are only being set on during the update binding function or when the observableArray is changed. With this fix, if the observableArray has initial values, they are selected as necessary.s
-
- 10 Jul, 2014 1 commit
-
-
goncons authored
There is a little correction to the method dataprovider, the parameters for the callback function are index, value. Probably the problem is that in the forEach method of an array this two parameters are inverted.
-
- 08 Jul, 2014 1 commit
-
-
ellauty authored
-
- 04 Jul, 2014 6 commits
-
-
David Stutz authored
-
https://github.com/davidstutz/bootstrap-multiselectDavid Stutz authored
Conflicts: index-2-3.html index.html js/bootstrap-multiselect.js
-
David Stutz authored
-
David Stutz authored
** fix for #282: prevent crash when trying to select non-existant value **
-
David Stutz authored
prevent the "select all" from being created twice
-
David Stutz authored
Option groups support for the dataprovider method
-
- 12 Jun, 2014 1 commit
-
-
Vinicius Fagundes authored
-
- 30 May, 2014 1 commit
-
-
Tyf0x authored
Signed-off-by: Tyf0x <Tyf0x@users.noreply.github.com>
-
- 29 May, 2014 1 commit
-
-
shayh authored
-
- 23 May, 2014 6 commits
-
-
David Stutz authored
-
David Stutz authored
-
David Stutz authored
** Keyboard navigation fix: disabled elements are no longer selectable *...
-
David Stutz authored
** Removed the mirroring on the "Select All" option. **
-
Tyf0x authored
Signed-off-by: Tyf0x <Tyf0x@users.noreply.github.com>
-
Tyf0x authored
Signed-off-by: Tyf0x <Tyf0x@users.noreply.github.com>
-
- 13 May, 2014 7 commits
-
-
-
David Stutz authored
-
David Stutz authored
Moving down the onChange callback
-
David Stutz authored
** Performance improvement ** - based on thorst #268 contribution.
-
David Stutz authored
adding namespace to fix keydown event.
-
David Stutz authored
Update bootstrap-multiselect.js
-
David Stutz authored
Fix multiple divider on rebuild().
-
- 07 May, 2014 1 commit
-
-
Neil Kistner authored
-
- 23 Apr, 2014 2 commits
- 22 Apr, 2014 1 commit
-
-
Tyf0x authored
-> Fixed a bug where disabled options where incorrectly selected using the 'select-all' -> Changed the jQuery .not() selector in favor of the css native :not() to slightly improve performance
-
- 11 Apr, 2014 2 commits
- 07 Apr, 2014 1 commit
-
-
conradfr authored
Use the same format as Select2 : [{children: array (of options), [title: string]}] Additionally : - if no title is given, use the generic "Group n", with n as group index. - for options if no label is given, use value as label
-
- 02 Apr, 2014 1 commit
-
-
Tyf0x authored
-