The Baloise Design System consists of reusable components and a clearly defined visual style, that can be assembled together to build any number of applications.
If I click on the pen-button, it triggers the event twice, see here the example:
codesandbox.io/s/angular-forked-98tdjn?file=/src/app/example.component.html:132-146
Expected Behavior
the event will be triggered only once
Steps to Reproduce
create a ui in angular like:
<bal-data-value (balClick)="gugus();" [editable]="true">Value
Current Behavior
If I click on the pen-button, it triggers the event twice, see here the example: codesandbox.io/s/angular-forked-98tdjn?file=/src/app/example.component.html:132-146
Expected Behavior
the event will be triggered only once
Steps to Reproduce
Version
14.0.2
Browsers
Chrome
Device
No response
Code Reproduction URL
https://codesandbox.io/s/angular-forked-98tdjn?file=/src/app/example.component.html:131-229
Additional Information
No response
Code of Conduct