danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
193 stars 90 forks source link

MultipleSelectList and SelectList bugs #85

Open HGrunberg opened 12 months ago

HGrunberg commented 12 months ago

Hello Overall they work great, and I would love to use them in my project if you are able to fix these bugs and answer a couple of questions:

Questions 1) Is there any way I can change color of the search placeholder text and the "selected" text in the MultipleSelectList 2) Is there any way I can change color of the checkmark when an item is selected in the MultipleSelectList?

Bug in MultipleSelectList: 1) If you turn off search function, the selected items gets added both to the top under the label and at the bottom under the "selected" text.

Bug in SelectList: 1) The close icon does not seem to render

Bug in both SelectList and MultipleSelectList If I use the search option, it gives error and says "Uncaught error: Cannot read property 'toLowerCase' of undefined

Thanks in advance

PowerImbalance commented 11 months ago

To add to MultiSelectList bugs:

When you select items, the badges section will grow and eventually consume the entire list of items making it impossible to select additional items. This is horrible.