Igor Vaynberg
|
6b65976e17
Merge pull request #893 from bgertonson/ajax_url
|
12 yıl önce |
Bryan Gertonson
|
302c87b197
Because a shared options object is passed around when creating each instance of a select2 widget, the query function that was built would use the last ajax url that was set on the options object for all select2 widgets. By using a variable scoped to the closure, the ajax url can be maintained per select2 instance.
|
12 yıl önce |
Vitaly
|
dea7979f11
TypeError: Cannot call method 'positionDropdown' of undefined
|
12 yıl önce |
Lee Baker
|
6278e7cca0
Fixing when the data helper is a function for the local query
|
12 yıl önce |
Igor Vaynberg
|
7d908da52f
allow data helper to be a function
|
12 yıl önce |
Igor Vaynberg
|
76cd145380
fix placeholder sizing. fixes #430
|
12 yıl önce |
Igor Vaynberg
|
179ba17174
do not take over mouseup event in dropdown. fixes #857
|
12 yıl önce |
Igor Vaynberg
|
c081d0f00c
fix placeholder problem. fixes #853
|
12 yıl önce |
Igor Vaynberg
|
cd3d7421c4
allow hiding search field permanently. #189
|
12 yıl önce |
Igor Vaynberg
|
8868d59176
delay creation of mask until opening.
|
12 yıl önce |
Kevin Brown
|
940d1f2d67
Better imitate native touch experience
|
12 yıl önce |
Igor Vaynberg
|
9035dfcb93
equal and indexof need to support comparing items of differnet types, ie string vs number. this is needed because numeric ids stored in val() are strings and need to be compared against data ids which are numbers. fixes #840
|
12 yıl önce |
Igor Vaynberg
|
b3a0c3269a
ignore modifier keys when enter is pressed. fixes #836
|
12 yıl önce |
Igor Vaynberg
|
acdbb02498
open multi dropdown on paste. fixes #577
|
12 yıl önce |
Igor Vaynberg
|
be76cd9ded
Merge pull request #599 from DataDog/master
|
12 yıl önce |
Igor Vaynberg
|
bd1dfbd49d
Revert "* Fix of issue 550 Select2 and CSS Transforms: dropdown menu is off position: https://github.com/ivaynberg/select2/issues/550"
|
12 yıl önce |
Igor Vaynberg
|
cf2b696fd9
fire change on clear. fixes #558
|
12 yıl önce |
Igor Vaynberg
|
f15583a555
make query() aware of the element select2 is attached to. fixes #561
|
12 yıl önce |
Bob Burton
|
ef8c49f85f
* Fix of issue 550 Select2 and CSS Transforms: dropdown menu is off position: https://github.com/ivaynberg/select2/issues/550
|
12 yıl önce |
Igor Vaynberg
|
6c9aef4bb3
fire selected before close. #835
|
12 yıl önce |
Igor Vaynberg
|
a4c76f2dfb
added selected and removed events. fixes #835
|
12 yıl önce |
Igor Vaynberg
|
d54378563c
fix closeOnSelect and maximumSelectionSize combo bug. fixes #672
|
12 yıl önce |
Igor Vaynberg
|
6c4b96791d
another tweak for css class filtering. #834
|
12 yıl önce |
Igor Vaynberg
|
150160f183
sync css classes. fixes #834
|
12 yıl önce |
Igor Vaynberg
|
ebc436c42b
improve val() handling on multiselect. fixes #654
|
12 yıl önce |
Igor Vaynberg
|
2f53c251d4
added params ajax option to pass extra params to transport. fixes #492
|
12 yıl önce |
Igor Vaynberg
|
d56f43092b
introduce highlight event. fixes #529. fixes #762
|
12 yıl önce |
Igor Vaynberg
|
65af98cfed
improve dropdown open up/down mode. fixes #589
|
12 yıl önce |
Igor Vaynberg
|
640e7066d9
remove the val(' ').val('') work around in firefox as it is no longer needed. fixes #832
|
12 yıl önce |
Igor Vaynberg
|
90998d8442
fire open event after the drop has been opened
|
12 yıl önce |