AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
312 stars 133 forks source link

buttonTextAfterSelection method doesn't work when "createAsyncThunk" (redux-toolkit) calls in onSelect #160

Closed hasanhasanov closed 3 months ago

hasanhasanov commented 9 months ago

When the createAsyncThunk (redux-toolkit) method is called within the onSelect method, the buttonTextAfterSelection method does not work and the selected value is reset to the initial value.

AdelRedaa97 commented 3 months ago

A lot of changes were made in v4.0, take a look here https://github.com/AdelRedaa97/react-native-select-dropdown?tab=readme-ov-file#-major-changes

Feel free to open the issue again if it still exists