- 09 Oct, 2014 3 commits
-
-
David HAN SZE CHUEN authored
Factorise some code too
-
David HAN SZE CHUEN authored
-
David HAN SZE CHUEN authored
Add ability to handle the "caption" property from the dataprovider() to display a title on hover of each option label Update doc
-
- 07 Oct, 2014 2 commits
-
-
dfisch authored
-
David HAN SZE CHUEN authored
Just set the 'selected' property to true on the data item Works also for optgroup's options. Also use jQuery tag constructor and attribute setter to avoid HTML filtering issues
-
- 01 Oct, 2014 2 commits
- 27 Sep, 2014 1 commit
-
-
scenting authored
-
- 15 Sep, 2014 1 commit
-
-
Tyf0x authored
-
- 14 Sep, 2014 1 commit
-
-
Jhonny Lidfors authored
-
- 19 Aug, 2014 2 commits
-
-
David Stutz authored
-
David Stutz authored
-
- 07 Aug, 2014 2 commits
-
-
David Stutz authored
-
David Stutz authored
-
- 02 Aug, 2014 3 commits
-
-
David Stutz authored
-
David Stutz authored
-
David Stutz authored
-
- 17 Jul, 2014 1 commit
-
-
Neil Monroe authored
When updating the button text/title, target only the main button. This allows for additional buttons in templates to remain unaffected. For example, extra buttons in the filter template.
-
- 11 Jul, 2014 1 commit
-
-
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 2 commits
-
-
David Stutz authored
-
David Stutz authored
-
- 15 Jun, 2014 1 commit
-
-
Andrew Ross 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 2 commits
-
-
Tyf0x authored
Signed-off-by:
Tyf0x <Tyf0x@users.noreply.github.com>
-
Tyf0x authored
Signed-off-by:
Tyf0x <Tyf0x@users.noreply.github.com>
-
- 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
-
- 01 Apr, 2014 3 commits
-
-
Tyf0x authored
-> Now only filters the options to select if not all them have to be selected. This means to select all should be faster when there is no filter used.
-
Tyf0x authored
-
Tyf0x authored
-> improved performances and fixed the bug where the user couldn't deselect all in filtered mode -> added the class multiselect-item to all plugin-specific items -> fixed an incorrect CSS selector Signed-off-by:
Tyf0x <Tyf0x@users.noreply.github.com>
-
- 31 Mar, 2014 1 commit
-
-
David Stutz authored
-