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
{{ message }}
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
If you have option closeOnSelect = false and use mouse to click anywhere outside the select list there is an error in event off because eventname "selectivity-selecting" does not exist in events.
Have code below:
<script>
$('.select-multiple')
.selectivity({
items: ['Amsterdam', 'Antwerp'],
multiple: true,
placeholder: 'Type to search a city',
closeOnSelect: false
});
</script>