Skip to content

Use 'mousedown' event instead of 'click' when selecting auto complete values. #22

@pietmichal

Description

@pietmichal

Tag input uses blur event which finishes before click happens.
Auto complete box is useless when user wants to click on suggestion when addOnBlur is set to true.

Changing click event to mousedown (in tag-input-autocomplete) will make adding on blur and on box click coexist properly.

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