Support New Angular2 Form APIs #492
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
With Angular 2.0.0-rc.2, we see the following warning when we are using forms:
So when I switched to new form (comes from @angular/forms) to avoid this warning, ngModel no longer works without name property, (check also angular/angular#9230), that means some of your component (or at least the corresponding example on your doc) does not work with new forms, for example, <p-dropdown>.
The error is
and even after adding name tag and removing
<form>
elementSo I am asking you if there are plan to support it.
Best Wishes,
The text was updated successfully, but these errors were encountered: