Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

NgModel doesn't care about titleFields #455

Open
QBIRGAENTZLE opened this issue Jun 9, 2020 · 0 comments
Open

NgModel doesn't care about titleFields #455

QBIRGAENTZLE opened this issue Jun 9, 2020 · 0 comments

Comments

@QBIRGAENTZLE
Copy link

QBIRGAENTZLE commented Jun 9, 2020

I use ng2-completer with an array of objects with many properties, so I used completerService titleFields parameter to display it properly.

I want to use the 1st element of my array as default value, so I used ngModel.

But, the value isn't displayed correctly, my object is stringify and display as a string, the titleFields parameter of the completerService is apparently ignored with ngModel.

Stackblitz with the problem

I know I could do [(ngModel)]="searchStr.color" instead of [(ngModel)]="searchStr" but I have more complicated cases where I would appreciate NgModel works properly with titleFields parameter

Any way to make it works properly ?

Thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant