display more level subItem
KarasuShin opened this issue · 2 comments
KarasuShin commented
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,
},
],
},
],
}
github-actions commented
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.
github-actions commented
This issue was closed because it has been stalled for 5 days with no activity.