So I have this form that can containt list of reorderable sub-forms
The problem is, when I start to drag the items, it goes outside of the expected parent widget (ReactiveForm)
Error:
ReactiveFormField widget couldn't find a parent widget. An instance of ReactiveTextField
widget must be under a ReactiveForm or a ReactiveFormArray in the widgets tree.
So I have this form that can containt list of reorderable sub-forms
The problem is, when I start to drag the items, it goes outside of the expected parent widget (ReactiveForm)
Error: ReactiveFormField widget couldn't find a parent widget. An instance of ReactiveTextField
widget must be under a ReactiveForm or a ReactiveFormArray in the widgets tree.
Here is my code: