renrizzolo/react-native-sectioned-multi-select

display more level subItem

KarasuShin opened this issue · 2 comments

I want to display more level children like tree selector

{
  label: '1',
  value: 1,
  children: [
    {
      label: '1-1',
      value: 2,
      children: [
        {
          label: '1-1-1',
          value: 3,
          children: ...
        },
        {
          label: '1-1-2',
          value: 4,
        },
      ],
    },
  ],
}

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.