Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(VSelect): change onMouseUp to handle menu toggle on mouse events #9476

Merged
merged 1 commit into from
Dec 4, 2019
Merged

fix(VSelect): change onMouseUp to handle menu toggle on mouse events #9476

merged 1 commit into from
Dec 4, 2019

Commits on Dec 2, 2019

  1. fix(vselect): change onMouseUp to handle menu toggle on mouse events

    When append-inner was clicked, the menu could be openned but not closed, this was cause by onClick
    always setting the isMenuActive to true. Made a change to only allow onMouseUp totoggle isMenuActive
    state when the append-inner icon is clicked
    
    fix #6564
    Patrick Webster committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    a77d9a8 View commit details
    Browse the repository at this point in the history