-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels