We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c87de commit 27e6809Copy full SHA for 27e6809
src/jquery.selectric.js
@@ -5,7 +5,7 @@
5
classList = 'Input Items Open Disabled TempShow HideSelect Wrapper Hover Responsive Above Scroll Group GroupLabel',
6
bindSufix = '.sl',
7
defaults = {
8
- onChange: function(elm) { $(elm).change()<input/>; },
+ onChange: function(elm) { $(elm).change(); },
9
maxHeight: 300,
10
keySearchTimeout: 500,
11
arrowButtonMarkup: '<b class="button">▾</b>',
0 commit comments