You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test changing the scroll duration and it doesn't work.
Example:
$('#select-beast').selectize({
create: true,
scrollDuration:600,
sortField: {
field: 'text',
direction: 'asc'
},
dropdownParent: 'body'
});
I test changing the scroll duration and it doesn't work.
Example:
$('#select-beast').selectize({
create: true,
scrollDuration:600,
sortField: {
field: 'text',
direction: 'asc'
},
dropdownParent: 'body'
});