I'm submitting a ... (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x] support request/question
Notice: feature requests will be ignored, submit a PR if you'd like
Current behavior
formBuilder structure

html structure

Error

This problem is happening when I am submitting a tag. I need it to add the tags along with my formBuild at times which is a string array.
Method transform values

The array is thus becoming an array of objects.

I need it to save me an array of string.
Objeto: { "name": "", "code": "", "rate": "", "status": true, "accessibility": true, "_city": "", "_categoryLine": "", "_operator": "", "daysOperations": { "week": { "status": true, "tripA": { "origin": "", "destiny": "", "schedules": [ "25:36" , "15:63", "23:46"], "routes": { "schedules": {}, "name": "" } } } } }
Expected behavior
I need to add a string array. But I'm using formBuilder
What do you use to build your app?. Please specify the version
Angular CLI
Angular version:
@angular/cli: 1.2.0
node: 6.11.1
os: linux x64
@angular/common: 4.3.0
@angular/compiler: 4.3.0
@angular/core: 4.3.0
@angular/forms: 4.3.0
@angular/http: 4.3.0
@angular/platform-browser: 4.3.0
@angular/platform-browser-dynamic: 4.3.0
@angular/router: 4.3.0
@angular/upgrade: 4.3.0
@angular/cli: 1.2.0
@angular/compiler-cli: 4.2.5
ngx-chips version:
version 1.5.0
Browser:
Chrome
Use modelAsString property
Most helpful comment
Use modelAsString property