Hi,
After upgrading to the pre-release (1.8.1.201705290950) I noticed warnings:
Binding to event attribute ‘onLabel’ is disallowed for security reasons, please use (Label)=…
The upgrade to the pre-release fixed the TSLint errors I’ve been having and now the warnings are starting to be shown (so it doesn’t necessarily means it’s a regression)
I think these are false positives warnings:
Unknown attribute ‘id’. and Unknown attribute ‘name’ for something like:
<p-dropdown id="transport" name="transport" [options]="transports" [(ngModel)]="shipment.transport" placeholder="Select" [style]="{'width':'200px'}" filter="filter" required></p-dropdown>
Also: Unknown attribute ‘pInputTextarea’ for
<textarea pInputTextarea id="cargo" name="cargo" [(ngModel)]="shipment.cargo" required></textarea>
See https://github.com/primefaces/primeng/search?utf8=%E2%9C%93&q=pInputTextarea&type=
And other similar with these.