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
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
jlukic
4c1d7d0456
Fix isssues when using messages instead of labels, with max selection and display count
10 years ago
jlukic
46b5d53cc5
#2689 #2690 Fixes issues with restore defaults. Fixes issues with confusion over set selected
10 years ago
jlukic
e906663f5f
#2666 remove debug
10 years ago
jlukic
14dea43662
#2666 - remove label does not correctly use get.values() internally, causing a type error with multiple
10 years ago
jlukic
54918e9deb
#2573 , refactoring add option value. Adds remove option value when deselected. Consolidated checks into has conditions
10 years ago
jlukic
2e035456a8
Fixes issue with search selection not removing default text when inside ui menu #2624
10 years ago
jlukic
4be921336a
#2573 Fix derp conditions of else
10 years ago
jlukic
e61b39c16b
#2573 Fixes <select> will not add option values with remote data.
10 years ago
Davi Alexandre
58b404696a
Properly set the dropdown value when dealing with remote loaded choices
This problem happens only when we have a dropdown created from a select
that loads remote content. In this scenario, we don't know in advance
which choices will be available, so we start with a select without any
options. When an choice is selected, module.set.value will try to set
the select value, but it will fail, since there's no options.
To fix this, module.set.value will add a new option to the select, before
setting the value. This will be done only if the dropdown input is a select
and if we are dealing with remote loaded content.
10 years ago
jlukic
dbaac4fc0f
#2510 remove debug
10 years ago
jlukic
89e05127d0
#2510 Fix dropdown icon to always toggle visibility of dropdown menu
10 years ago
jlukic
77a12579da
#2539 , update text before onChange
10 years ago
jlukic
64b087d663
#2524 - remove console log (actually)
10 years ago
jlukic
9b96a047df
#2524 , clicking on labels will no longer trigger toggle behavior. Caused by detached dom element not being considered click inside module
10 years ago
jlukic
459194a750
#2516 dropdown will now cycle between choices starting with a letter
10 years ago
jlukic
4514ac4089
#2533 - Fixes issue with hideAndClear when no maxSelection
10 years ago
jlukic
ecccaf50a3
Dropdown will now show when only messsage in menu. Fixed maxSelections from hiding dropdown after selection. #2523
10 years ago
jlukic
6e2938bb37
#2525 Remove toggle on multiple dropdown touchstart, fix tap color
10 years ago
jlukic
f022cd4910
Restore defaults now correctly clears previous values
10 years ago
jlukic
6438895b6b
Dropdown: removes errant console.log statements
10 years ago
jlukic
904caacb7a
Fix <select> chained reference with dropdown init
10 years ago
Jack Lukic
c17e254c96
#2479 Adds debug data for saving defaults
10 years ago
jlukic
cb34a9e4c7
Debug
10 years ago
jlukic
1a3d46fc8c
Fixes #2436 - onChange should use string equality since input will be stored as string
10 years ago
jlukic
625c1a46b2
Fix dropdown direction: auto, to open downward when no space above or below.
10 years ago
jlukic
32a8344288
Remove console log
10 years ago
jlukic
93baa5f165
remove console.log
10 years ago
jlukic
a9c94a1972
Fix issue from fix earlier today with multi select selecting blank quote values
10 years ago
jlukic
16a70cd597
Fix issue where userAdditions failed to recreate element when using single selection
10 years ago
jlukic
913194ca6b
#2403 [Dropdown] Merge and organize metadata refresh
10 years ago
jlukic
3582d1cb35
#2396 , look for disabled values when initializing select
10 years ago
Andrea Ascari
7325170154
Resolved cache problem for data attributes of dropdown options.
10 years ago
jlukic
7fbf624b98
Enable local caching in all modules by default, add release notes
10 years ago
jlukic
364ad398d8
Incorrect error text
10 years ago
jlukic
ea859dba9b
Fix single select dropdown does not correctly save name/value pairs in session
10 years ago
jlukic
59ecddb1d5
#2383 Fix remove selected, and issues with placeholder selections being selected with multiple when value is empty string
10 years ago
jlukic
e3d43478b9
#2382 Increase code coherence, restructure into new methods
10 years ago