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
I've been trying to hook up multi select to a FormArray of Objects, so far without any luck.
How to connect a select to an FormArray of objects?
Below is a code snippet, a bit masked but shouldn't matter.
Hi,
I've been trying to hook up multi select to a FormArray of Objects, so far without any luck.
How to connect a select to an FormArray of objects?
Below is a code snippet, a bit masked but shouldn't matter.
The form is being initialized on the fly but I've tried adding
this.optionsAction.emit('material_select')
after, and it didn't help.Any help would be appreciated!
The text was updated successfully, but these errors were encountered: