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

On reopening filter, the selected options no longer appear checked #96

Open alexacchang opened 9 months ago

alexacchang commented 9 months ago

I'm using the filter in a modal. If I open the modal, select some options, save, close the modal, and then reopen it, the boxes no longer appear checked, even though the options continue to be saved in the state of the filter. Wondering if this is the expected behavior or if I'm using it incorrectly? I would like these checkboxes to show which options are currently checked upon reopen.

natsu90 commented 7 months ago

i have same issue

musadiq123 commented 6 months ago

@alexacchang any solution you got for filtering in model please let me know if you got solution I had same issue

musadiq123 commented 6 months ago

@natsu90 any solution?