Open thilankascentic opened 6 years ago
Hi, I have a ng2-completer dropdown and data coming from a webservice, and its binding perfectly, but I want to show first item of datasource selected by default,
right now it looks like this,(after loading page)
and I want to make it as this,
can anyone help me to solve this ?
Hi @thilankascentic,
you can set ngModel value
ngModel
Hi, I have a ng2-completer dropdown and data coming from a webservice, and its binding perfectly, but I want to show first item of datasource selected by default,
right now it looks like this,(after loading page)
and I want to make it as this,
can anyone help me to solve this ?