SortableJs onAdd of element, Input to a component is not changing
问题 before jumping on my code, Please go through the issue which i have explained below: I have two lists List A (Component 1) List B (Component 2). Data component (Component 3) These all components are in one parent component. On adding an item from List A to List B newOptions: SortablejsOptions = { animation: 200, group: { name: 'AttributeDropAreas', put: true }, sort: true, onAddOriginal: (event) => { this.data = {'name': 'deepender', 'companyLoc':'USA'} }, }; this.data is Output to parent