Is possible to click the arrow in the "DropDownButton" and not fire the "Click" event? #4314
Unanswered
LiveIsLive
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Iirc there is a split button which does what you are looking for. You may want to change the style if you want it to look 1:1 like a drop down button, but imo its better to leave it as it is. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I find that the "Click" event of the "DropDownButton" will be fired when I click any part of the button in the "DropDownButton", even if I just want to click the arrow to open the dropdown menu.
Is it possible to implementation that when I click the arrow , the "Click" event will not be fired and open the dropdown menu. And when I click button area outside the arrow, the "Click" event will be fired and not open the dropdown menu?
Beta Was this translation helpful? Give feedback.
All reactions