how to popluate data if we are using formControlname
See original GitHub issueHTML
<form role="form" [formGroup]="form" >
<tag-input formControlName="items" (onSelect)="onSelect($event)"></tag-input>
</form>
in .ts file
this.form = this.formBuilder.group({
items:new FormControl(''),
});
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @ashokthrymr, a bunch of problems not related to the library I can see:
The example uses Angular 4, but should use Angular 5 (or 6 with the latest version)