Gbuomprisco / ngx-chips

Tag Input component for Angular
MIT License
903 stars 359 forks source link

Add simple values to the array #926

Closed elvispdosreis closed 4 years ago

elvispdosreis commented 4 years ago

is there any way to change the compartment to insert simple values in the array

[ "informatica", "papelaria", { "display": "info", "value": "info" } ] to [ "informatica", "papelaria", "info" ]

image

elvispdosreis commented 4 years ago

add param [modelAsStrings] = "true"