sauzy34 / react-native-multi-selectbox

Platform independent (Android / iOS) Selectbox | Picker | Multi-select | Multi-picker. The idea is to bring out the common user interface & user experience on both platforms.
https://www.npmjs.com/package/react-native-multi-selectbox
MIT License
212 stars 32 forks source link

Is it possible to pass preselected values? #81

Open akshay-maestro opened 2 years ago

akshay-maestro commented 2 years ago

Is it possible to pass preselected values to SelectBox?

AlexCernik commented 2 years ago

Hi, you solved this problem?

silencie commented 1 year ago

I'm having the same issue. My plan was to use this library in production but as it seem there are no updates / bugfixes coming anymore since months.

akshay-maestro commented 1 year ago

I used other library 'react-native-element-dropdown' for multiselect and dropdown where I can provide preselected values.

silencie commented 1 year ago

I used other library 'react-native-element-dropdown' for multiselect and dropdown where I can provide preselected values.

Thank you so much. You are a lifesaver.