We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i click dropdown button, it triggers the main click event. If i click the main button, it triggers the event twice
Reproducing: 1- Create a BlSplitButton with OnBlClick event 2- Click dropdown button
Example Code:
<BlSplitButton label="Test" onBlClick={() => { console.log('click'); }} > <BlDropdownGroup caption="Actions"> <BlDropdownItem icon="edit">Edit</BlDropdownItem> <BlDropdownItem icon="delete">Delete</BlDropdownItem> </BlDropdownGroup> </BlSplitButton>
3.1.0
Medium (should be fixed soon)
The text was updated successfully, but these errors were encountered:
BerkinAKKAYA
No branches or pull requests
Issue description
When i click dropdown button, it triggers the main click event. If i click the main button, it triggers the event twice
Reproducing:
1- Create a BlSplitButton with OnBlClick event
2- Click dropdown button
Example Code:
Media & Screenshots
Baklava.mov
Baklava Version
3.1.0
Operating system
Priority this issue should have
Medium (should be fixed soon)
Please review the checkboxes that are applicable.
The text was updated successfully, but these errors were encountered: