Diogo Trentini
|
6c731f4181
Fix method to get space above the dropdown
|
11 лет назад |
Matt Slocum
|
2342d91925
Fix Focus war with modals
|
11 лет назад |
Kevin Brown
|
2d906ee10f
Merge pull request #2140 from ivaynberg/issue_1541
|
11 лет назад |
Kevin Brown
|
51e5d436ff
Merge pull request #2160 from s7anley/bugfix/2073-select2-removing
|
11 лет назад |
Kevin Brown
|
e6fbfcd101
Merge pull request #2125 from colemanw/evaluateFix
|
11 лет назад |
Ján Koščo
|
f3c6d6d51f
After prevented removing of item in multiselect, proper item is focused
|
11 лет назад |
Ján Koščo
|
86a9c79b04
Removed unnecessary animation during unseint multiselect by close button
|
11 лет назад |
Ján Koščo
|
2059b5d4d3
Unselected item is returned as options only if event isn't prevented
|
11 лет назад |
dhardtke
|
60359f9d43
fix select2 csp errors / warnings
|
11 лет назад |
Kevin Brown
|
d87e93dd45
Add `shouldFocusInput` option [Fix #1541]
|
11 лет назад |
Pete Campbell
|
2a4e026b49
Bugfix - only selected options that are not disabled should be used when initializing the dropdown
|
11 лет назад |
Coleman Watts
|
9460b0c9b6
Fix evaluation of formatLoadMore
|
11 лет назад |
Kevin Brown
|
3c28c35503
Merge pull request #2095 from mkurz/readonly_chaining
|
11 лет назад |
Matthias Kurz
|
bd3bd55719
Allow chaining for .select2('readonly', ...)
|
11 лет назад |
Coleman Watts
|
175c78441f
Accept strings as well as functions for localization
|
11 лет назад |
Jeanmonod David
|
ed77cab7d5
Allow to display item created by createSearchChoice at the end of the list
|
11 лет назад |
jdecuyper
|
c87615f14c
The function hideSelectionFromResult was tested against undefined as a property and not as a function
|
11 лет назад |
Kevin Brown
|
0f1372ce72
Merge pull request #1733 from flyerhzm/append-label-only-when-formatted-defined
|
11 лет назад |
Marchenko Alexandr
|
89ae701691
merge
|
11 лет назад |
Marchenko Alexandr
|
2e901f79a1
merge
|
11 лет назад |
Kevin Brown
|
e559f92c35
Merge pull request #2001 from arendjr/master
|
11 лет назад |
Marchenko Alexandr
|
f4886a0afa
Optional Search Input Placeholder parameter added
|
11 лет назад |
jdecuyper
|
84cf134a4e
Add hideSelectionFromResult function
|
11 лет назад |
Tim Robertson
|
eaf09c7f76
Accessibility updates based on jQuery UI Autocomplete
|
11 лет назад |
Sebastian Kather
|
48d392635f
singleSelect: setting nextSearchTerm in initSelection
|
11 лет назад |
Steven Armstrong
|
829b8c7346
Changed default text for min number of characters.
|
11 лет назад |
Jonathan Potter
|
4dce487ccb
Prevent IE from generating unwanted clicks on the body. When mousedown fires on the selection element and then mouseup fires on the mask (because it is moved under the mouse during mousedown) then IE fires a click event on the body because it is the closest common ancestor. To prevent this, we detach and reatach the elements on mousedown which cancels the click event.
|
11 лет назад |
Igor Vaynberg
|
3e5ad1334e
Merge pull request #2020 from merkuriy/master
|
11 лет назад |
pj
|
c22bdd41a0
Removed hardcoded class names from $.fn.select2. The code now uses the exports accessible through window.Select2 to instantiate widgets, allowing the environment to replace or extend those classes globally.
|
11 лет назад |
pj
|
41c3d4cfc4
Removed hardcoded class names from $.fn.select2. The code now uses the exports accessible through window.Select2 to instantiate widgets, allowing the environment to replace or extend those classes globally.
|
11 лет назад |