sjelena97
Results
2
issues of
sjelena97
There is no option to get only parent selected items and only subSelectedItems...It's all in one array... Also if you have selected [1, 2, 3] it will select both parent...
enhancement
code: ``` const drawerContent = () => { return ( //some filters ); };` ``` in this case there is a bug - flatlist is not all visible and cannot...