Skip to content
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

No value accessor for form control with name xxx #124

Open
deepthan opened this issue Feb 22, 2021 · 0 comments
Open

No value accessor for form control with name xxx #124

deepthan opened this issue Feb 22, 2021 · 0 comments

Comments

@deepthan
Copy link
Owner

No value accessor for form control with name xxx

angular拓展表单控件时,写了个自定义控件

<demo-input [formControlName]="xxx" ></demo-input>

这个组件里面已经实现了接口但是还报这个错误,可能是因为少写了providers

@Component({
  providers: [CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR],
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant