I have complex form for editing existing data.
To pre populate form i'm using FormGroup.setValue method
After populating form shows correct values
But when i try to change value in sh-select it throws error from ShSelectComponent.prototype.selectSingle
ShSelectComponent._selectedValues is a string compared to non setValue form where it is an array
I have complex form for editing existing data.
To pre populate form i'm using FormGroup.setValue method
After populating form shows correct values
But when i try to change value in sh-select it throws error from ShSelectComponent.prototype.selectSingle
ShSelectComponent._selectedValues is a string compared to non setValue form where it is an array