Browse Source

Disable clearable by default

pull/6579/merge
Jack 6 years ago
parent
commit
e468419074
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/dropdown.js

2
src/definitions/modules/dropdown.js

@ -3706,7 +3706,7 @@ $.fn.dropdown.settings = {
values : false, // specify values to use for dropdown
clearable : true, // whether the value of the dropdown can be cleared
clearable : false, // whether the value of the dropdown can be cleared
apiSettings : false,
selectOnKeydown : true, // Whether selection should occur automatically when keyboard shortcuts used

Loading…
Cancel
Save