coreui / coreui-free-angular-admin-template

CoreUI Angular is free Angular 18 admin template based on Bootstrap 5

Home Page:http://coreui.io/angular/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More than one custom value accessor matches form control with unspecified name attribute

vinayaroratech opened this issue · comments

I am creating an application using angular8.

Current behavior
I need to get a autocomplete textbox from user input using a bootsrap typeahead (ngbTypeahead), but when I put a [(ngModel)]="model" and [ngbTypeahead]="search" attribute on user input.

If I remove [(ngModel)]="model" on input field it work's but first matched value filled in the input field . But I add [(ngModel)]="model" to work as expected I got following error:

Error: Uncaught (in promise): Error: More than one custom value accessor matches form control with unspecified name attribute

Expected behavior
The input field should autocomplete based on user input.
https://stackblitz.com/run?file=app/typeahead-prevent-manual-entry.ts

I am using bootstrap modules that I got from web ng-bootstrap.

@vinaykarora , I am facing same issue in angular 2 when I am using

<div [(ngmodel)]="model" contenteditable="true" [editorfunction]></div>

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions