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

Checkmark is not visible when an item is selected

Open johnnydepup opened this issue 2 years ago • 6 comments

When I select an item from the list in the modal, I can see that the onSelectedItemsChange is being triggered in the background but the checkmark next to the item is not added.

I don't see any config that could have disabled that. Here is my component and the configs.

               <SectionedMultiSelect
                    items={habitsForModal}
                    ref={habitSelectorRef}
                    IconRenderer={Icon}
                    uniqueKey="id"
                    subKey="children"
                    selectText="Select habits to link"
                    hideSelect={true}
                    showDropDowns={false}
                    searchPlaceholderText='Search through existing habits'
                    onSelectedItemsChange={habitId => {
                        console.log(habitId);
                        console.log(selectedHabits);
                    }}
                    selectedItems={selectedHabits}
                />

Is there any extra config, I need? Right now, there is no visual feedback on the modal for the items that I have clicked on and selected.

johnnydepup avatar May 14 '23 23:05 johnnydepup

@renrizzolo, can you take a look at this? Am I missing something?

johnnydepup avatar May 22 '23 01:05 johnnydepup

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[bot] avatar Jun 21 '23 02:06 github-actions[bot]

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

github-actions[bot] avatar Jun 26 '23 02:06 github-actions[bot]

Can we open this again? @renrizzolo , any comments on why this could be happening?

johnnydepup avatar Jun 27 '23 07:06 johnnydepup

I am facing the same issue. Also, it is not allowing me to select multiple items from the list.

KushalDesai1 avatar Jan 08 '24 12:01 KushalDesai1

My only guess is something to do with the icon not loading, or some css issue

renrizzolo avatar Jan 09 '24 11:01 renrizzolo

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[bot] avatar Feb 09 '24 01:02 github-actions[bot]

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

github-actions[bot] avatar Feb 14 '24 02:02 github-actions[bot]