Suraj Wasnik
Results
2
comments of
Suraj Wasnik
Facing the same issue @creambyemute yes I used the scroll view as well. ``` "draggable-item-${item.tab_id}-${item.key}"} onDragEnd={({ data }) => { let prevFields = [...this.state.customTabDataArray]; prevFields[index].data[0].dargdropfielddata = data; this.setState({ customTabDataArray:prevFields });...
Facing this same issue