BlockUI: Transform blocked
input to boolean
#17074
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The boolean input
blocked
is not transformed, i.e. can't use it like:<p-block-ui blocked>
.Only
<p-block-ui [blocked]="true">
works which much more verbose. Other boolean properties are transformed.PrimeNG version
18.0.0
The text was updated successfully, but these errors were encountered: