Closed ReneIllger closed 7 years ago
@ReneIllger I didn't understand clearly. When you clear your form control, the right column is cleared, and the values should be returned to the left box(available items). What is the problem exactly?
Closed due to no response.
Hello @matsura I have the same issue too. The values still not returned to the left box even if I already called reset() to reset the reactive form.
Is it possible to reset the list of selected items? I use the list in a reactive form and i used
this.form.controls['selectedValues'].setValue([""]);
to reset the list. The underlying array set to an empty array but the left column in the component is still showing the values.Thanks in advance for helping.