pButton Directive throws error when label is set when async pipe #10719
Labels
LTS-FIXED-10.1.4
Fixed in PrimeNG LTS 10.1.4
LTS-FIXED-11.4.7
Fixed in PrimeNG LTS 11.4.7
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: