Skip to content

Commit

Permalink
#3886 fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Apr 13, 2016
1 parent 544b205 commit 4a8eef3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/definitions/modules/dropdown.js
Expand Up @@ -925,6 +925,9 @@ $.fn.dropdown = function(parameters) {
if(!itemActivated && !pageLostFocus) {
if(settings.forceSelection) {
module.forceSelection();
if(!willRefocus) {
module.hide();
}
}
else {
module.hide();
Expand Down Expand Up @@ -3371,7 +3374,7 @@ $.fn.dropdown.settings = {


apiSettings : false,
minCharacters : 1, // 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
throttle : 200, // How long to wait after last user input to search remotely

Expand Down

0 comments on commit 4a8eef3

Please sign in to comment.