-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Uncaught (in promise): No value accessor for #41
Comments
Hi! Are you using the latest version? Also, please see #43 |
Hi Saulis, The version i am using currently is "@vaadin/angular2-polymer": "^1.0.0-beta2" The issue still remains, the error can be removed with using only [(value)], but in this case the values of the form is not passed in submit function. I have to reference each value seperately. |
Is it that you are using the Angular’s New Forms module? If so, this should be fixed by #55. Please try again with the master version of |
In my case, PolymerElement don't works with AppModule for all modules. I need import PolymerElement('paper-input') in all modules. I use static class and works.
|
@jeswinjames24 is this still an issue for you with the @niveo not sure if your problem is related with the original issue? If not, please file a new issue. |
I get the below error when using ngForm as per RC4.
Error: Uncaught (in promise): No value accessor for 'email'
but the value is passed to the login().
If i remove the [(ngModel)]= and #email="ngModel" there is no errors but no values is being passed to the login().
The text was updated successfully, but these errors were encountered: