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
206 stars 95 forks source link

Add seedSelectedVals prop, that will allow the multiple select list … #64

Open Ross-H-Projects opened 1 year ago

Ross-H-Projects commented 1 year ago

Hey I'm raising a very simple MR to give the user the ability to "seed" initially selected values in the multiple select list. I have introduced the optional prop seedSelectedVals, which the selectedval state in .\components\MultipleSelectList.tsx will draw from initially.

Ross-H-Projects commented 1 year ago

bump @danish1658

Ross-H-Projects commented 1 year ago

Also if you'd like me to update the readme i can you like

Ross-H-Projects commented 1 year ago

@danish1658 any update on this?

ricardogomez-dev commented 1 month ago

Please merge this fix into the library