-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
It seems that material does not work with new forms. I have used formControlName directive and I got error that there is no value accessor for certain field in my case 'email':
No value accessor for 'email'
I have changed import in input/index.js from:
var common_1 = require('@angular/common');
to:
var common_1 = require('@angular/forms');
and it seems to start working.
rbaumi, GaryChamberlain, naveedahmed1, kenfdev and pramttl
Metadata
Metadata
Assignees
Labels
No labels