As mentioned in #179, using Material Design input, md-input, with Text Mask causes the following error
More than one custom value accessor matches form control with unspecified name attribute
@andyrue pointed out that the error is triggered by Angular 2 in this file after a call to this function.
For reference, similar issue here: https://github.com/vaadin/angular2-polymer/issues/75
I don't believe there is a trivial solution here.
textMask and md-input are both custom ControlValueAccessors, which is forbidden because of (I guess) concurrency issues. I am unsure what a possible solution could be in this case...
I believe that issue doesn't occur anymore at @angular/[email protected]
At least using md-input-container !
@msafi : This issue should be closed as @juracy 馃憤 actually pointed to the solution, which is to use md-input-container and input.
Thanks folks, I'll close this one!
Has this issue resolve
Most helpful comment
I believe that issue doesn't occur anymore at @angular/[email protected]
At least using md-input-container !