Browse Source

Accidental checkin of incomplete line

pull/3984/head
Jack Lukic 9 years ago
parent
commit
4a8ecbf313
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/modules/dropdown.js

1
src/definitions/modules/dropdown.js

@ -3402,6 +3402,7 @@ $.fn.dropdown.settings = {
apiSettings : false,
selectOnArrows : true, // Whether selection should occur automatically when arrow keys are used
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

Loading…
Cancel
Save