I am trying to set array values to a field, but its always passed as a string instead of an array. ``` this.form.setValue({ 'request_types': ['hotel', 'flights'] }); ```
I am trying to set array values to a field, but its always passed as a string instead of an array.