|
@ -3504,7 +3504,7 @@ $.fn.dropdown.settings = { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
apiSettings : false, |
|
|
apiSettings : false, |
|
|
localSearch : true, // Whether trigger local search instead of querying data from remote source
|
|
|
|
|
|
|
|
|
localSearch : false, // Whether trigger local search instead of querying data from remote source
|
|
|
selectOnKeydown : true, // Whether selection should occur automatically when keyboard shortcuts used
|
|
|
selectOnKeydown : true, // Whether selection should occur automatically when keyboard shortcuts used
|
|
|
minCharacters : 0, // Minimum characters required to trigger API call
|
|
|
minCharacters : 0, // Minimum characters required to trigger API call
|
|
|
saveRemoteData : true, // Whether remote name/value pairs should be stored in sessionStorage to allow remote data to be restored on page refresh
|
|
|
saveRemoteData : true, // Whether remote name/value pairs should be stored in sessionStorage to allow remote data to be restored on page refresh
|
|
|