You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was wrapping my head around this tags-input plugins for a while and i am wondering is this plugin has a support for the passing an array of objects inside of autocompleteItems and specify a property to display the name.
Hi,
I was wrapping my head around this tags-input plugins for a while and i am wondering is this plugin has a support for the passing an array of objects inside of autocompleteItems and specify a property to display the name.
Ex:
[autocompleteItems]="[{name: 'Item1', id: 1}, {name: 'Item2', id: 2}}"
[autocompleteDisplayProperty]="'name'"
[autocomplete]="true"
Referring: Gbuomprisco/ngx-chips#68
The text was updated successfully, but these errors were encountered: