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
When rendering a multi-picker, if you attempt to set the value of the picker via any of the normal methods, e.g.
FieldInteractionAPI.setValue('field', array)
NovoFormGroup.patchValue({ 'field': array })
The UI renders '[object Object]' for each of the elements in the array, regardless of whether the array consists of label/value pair object, or arbitrary JSON object with a format parameter. Tried all combinations of 'format', 'labelFormat', 'id', and various properties on the objects within the Array, including label/value.
The text was updated successfully, but these errors were encountered:
Are there any updates? I believe I am experiencing the same exact issue. I am seeing that using API.setValue or patchValue on an internal picker works (form saves the value) when passing the id, but displays nothing in the form field. If you pass the entire object it will display the user correctly but will not save.
When rendering a multi-picker, if you attempt to set the value of the picker via any of the normal methods, e.g.
The UI renders '[object Object]' for each of the elements in the array, regardless of whether the array consists of label/value pair object, or arbitrary JSON object with a format parameter. Tried all combinations of 'format', 'labelFormat', 'id', and various properties on the objects within the Array, including label/value.
The text was updated successfully, but these errors were encountered: