Skip to content

Option selection on mouse down not mouse up #432

@wbecker

Description

@wbecker

In my UI, when a user wants to create a new option in the list, I want to provide a modal dialog to the user so that can set additional data about the the new option they are creating.

My problem is that the onChange event is triggered on the MouseDown event. At this point I create the dialog, however when the MouseUp event happens afterwards, because the user's mouse is not inside the dialog, the dialog gets dismissed.

I think the best solution would be to make selection on mouse up (or allow the programmer to decide on which event it should occur on instead of hard coding it)

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