Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

With closeOnSelect selecting outside dropdown causes JavaScript error. #156

@AndorLundgren

Description

@AndorLundgren

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions