Skip to content

chosen:close does not work #2340

@d07RiV

Description

@d07RiV

I have a list with a bunch of selects, and when the user starts dragging an item, I need to close all chosen dropdowns (because it looks weird when you drag an open one).
However, chosen:close event currently uses input_blur, which checks if the mouse is not over the container, otherwise it does nothing.

I changed it to close_field, which does exactly what I need. Is there any reason why the original event uses input_blur instead?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions