Jack
77954a298c
#3002 , fixes tab index broken on selection dropdown
9 years ago
Jack
af43edea8f
#3096 , adds autocomplete off to init
9 years ago
Jack
2bae11673d
Swaps out all calls to trigger() #3108
9 years ago
Jack
528a510d6c
#3108 Adds native change to dropdown
9 years ago
Jack
58e8f684aa
Implements onLabelRemove #3209
9 years ago
Jack
af8c4a5454
Fix formatting
9 years ago
Jack Lukic
4adad40d89
Correctly adds #3179
9 years ago
Jack
125e22295e
Fix some conditions which caused dropdown to hide all results
9 years ago
Jack
300044e477
Fixes #3016 , adds setting for keys
9 years ago
Jack
474cc7351b
Make shortcut key values a setting #3016
9 years ago
Jack
89c3a44c4c
Adds ability to use a different expected field group with API #3080
9 years ago
Jack
d85ce6e207
#3002 , fixes tab index broken on selection dropdown
9 years ago
Jack
36c83c541f
#3096 , adds autocomplete off to init
9 years ago
Jack
e5aca0a523
Swaps out all calls to trigger() #3108
9 years ago
Jack
03a0d87b14
#3108 Adds native change to dropdown
9 years ago
Jack
61c84411aa
Implements onLabelRemove #3209
9 years ago
Jack
f967c80b3e
Fix formatting
9 years ago
Jack Lukic
0404ce536d
Correctly adds #3179
9 years ago
John Schult
81e269bd65
Added ability to specify dropdown label text when using API
See:
http://semantic-ui.com/modules/dropdown.html#specifying-different-text--
hidden-input-values
9 years ago
John Schult
8c2ed75b02
Removed the unused `values` variable
9 years ago
Jack Lukic
fe7a246833
#3016 fix comma not delimiting correctly
9 years ago
Jack Lukic
f86b8015b1
#3016 , dont use delimiter key when not multiple with additions allowed
9 years ago
Alberto Maturano
725f8242c0
Typos
9 years ago
Alberto Maturano
141254e4f9
[dropdown] Preserve initial disabled state
9 years ago
Jack Lukic
eb65cc39cb
Dropdown settings comments
9 years ago
Jack Lukic
e65bfa2abe
Fixes #2923 issue with allow additions not implementing add results template
9 years ago
jlukic
ceb489e976
#2645 adds fields array to dropdown
10 years ago
jlukic
ade6ab536b
Fix placeholder text when useLabels: false and 0 selected
10 years ago
jlukic
c43ea73f7f
Deal with type casting in a consistent way
10 years ago
Jack Lukic
e95424107b
Remove debug #2853
10 years ago
Jack Lukic
015a6fc70a
Fixes #2583 issue with menu disappearing using allowAdditions: true
10 years ago
Jack Lukic
12d6640826
#2626 dropdown now updates selected values when input changes. Housecleaning with event binding
10 years ago
Jack Lukic
3a1598356b
#2824 , Fix issue where single search selection would filter active item and not re-display on cleared filter. Additionally fixes issue with forceSelection not working on pageLosesFocus #2824
10 years ago
Jack Lukic
d4a22d0347
Update rlsnotes finish #2769
10 years ago
Jack Lukic
81f50e0f7a
#2769 Fix logic in onHide, to only close when NOT false, add onShow
10 years ago
Jack Lukic
341bf72929
Fixes #2818 , action: hide now calls onChange #2818
10 years ago
Jack Lukic
6c178d0168
Fixes issue with .data() storing/retrieving values as original type causing mismatch with .val() [string only] #2754 #2755
10 years ago
Jack Lukic
506f96ffd7
#2754 , fix issue with not using correct metadata setting for label value
10 years ago
Jack Lukic
1900729083
#2637 fixes issues with placeholder
10 years ago
Jack Lukic
16ae41d83e
Minor dropdown formatting
10 years ago
Jack Lukic
c9a26af3f5
Fixes #2824 , messages should always be removed on show unless message is max selection
10 years ago
Jack Lukic
7a93ac22cb
Finally fixes #2058 , forceSelection shouldnt occur on empty query. minor formatting
10 years ago
Jack Lukic
bac6193db4
#2795 , ignore change event on initial load when not fireOnInit
10 years ago
Jack Lukic
223bd3b0fd
Fix hybrid <select> init
10 years ago
Jack Lukic
b615696209
Fixes #2806 issue with trim in dropdown
10 years ago
Igor Suleymanov
bfb1408509
chore: Remove unnecessary variable
10 years ago
Igor Suleymanov
4dfeaabe9b
Allow `onHide` callbacks for dropdown prevent hiding
I found out that there is no way to prevent dropdown from being hidden in specific cases, so I thought this might be quite handy.
In my scenario, I use an input field with attached `jquery-datepicker` and whenever I want to jump between month in it, the dropdown hides.
Therefore I propose to add this small feature.
10 years ago
jlukic
37ad56b62c
Fix issue where dropdown inside label wont open
10 years ago
jlukic
f9c3a632cf
Dropdown 'is disabled' did not return a value #2699
10 years ago
jlukic
3b952c34d2
Allow text labeled dropdowns to continue to search after max selections
10 years ago