react-native-dropdown-select-list
react-native-dropdown-select-list copied to clipboard
Three fixes see details in description
- Integrated the pull request #86 of KoalaBear
- Fix: If a search value existed, it was not reloaded in the search box when the list was displayed.
- Fix: Default options were not registered when using a useEffect. The firstRender was happening before.
- Fix: When using the save mode 'key' and setting values as default options, the component didn't set selected keys correctly.
As KoalaBear mentioned, I saw that MultipleSelectList has a defaultOptions property, but it is not implemented. I am working on an app right now where this functionality would be very helpful. Please get this reviewed and merge soon. Thanks.