react-native-sectioned-multi-select icon indicating copy to clipboard operation
react-native-sectioned-multi-select copied to clipboard

a multi (or single) select component with support for sub categories, search, chips.

Results 31 react-native-sectioned-multi-select issues
Sort by recently updated
recently updated
newest added

Please see it's the best solution because the problem is FlatList doesn't render all properties. Thanks and Regards

Stale

Adding "disable" option in the readme

Stale

When you check the ItemIcon.js file, you can see that in its properties there is one declared with the name itemIconStyle, but in the RowItem.js file the style property is...

Stale

Hello, Would it be possible to add selectedParentIconComponent and unselectedParentIconComponent props to be able to have different icon for parent and children rows ? Many thanks for your job ;)...

Stale

In case you disable certain items and also have them selected by default, still one can unselect those disabled items from the selected tags that shows up below the dropdown...

Hi, first of all, thanks for this great component! I noticed that when I add the `single={true}` property to my `SectionedMultiSelect`, the whole view automatically closes as soon as I...

good first issue

I want to display more level children like tree selector ``` typescript { label: '1', value: 1, children: [ { label: '1-1', value: 2, children: [ { label: '1-1-1', value:...