pButton Directive throws error when label is set when async pipe #10719
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
PrimeNG Version: 12.2.0
Issue: when setting a button label to an async pipe, for instance:
<button pButton type="button" label="{{ "ENTER" | translate }}" class="p-button-sm"></button>
you will get the error:
className is undefined"addMultipleClasses
The text was updated successfully, but these errors were encountered: