renrizzolo/react-native-sectioned-multi-select

Is there any way so as to get the id of the selected items' parent ?

sankcan55 opened this issue · 3 comments

Like in the Preview if we select the item Apple, is there a way to know which section has been selected like in this case is Fruit?

Not that I can recall.
Depending on your items data, it shouldn't be too hard to match a selected item with a parent based on its ID. Or, add the parentId to each item and use onSelectedItemObjectsChange to get the whole object back.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.