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
314 stars 134 forks source link

How to set selected index from js #119

Closed irfan-globiance closed 4 months ago

irfan-globiance commented 1 year ago

hi get the data from API and want to set select index on runtime

AdelRedaa97 commented 1 year ago

Is that what you want to achieve?

dropdownRef.current.selectIndex(2) 

....
....

<SelectDropdown ref={dropdownRef} >
Siliconvelly commented 1 year ago

but the thing is not working bro i want to reset my dropdown when i select first the other dropdown should be reset the value because it is connected to above or first dropdown

AdelRedaa97 commented 4 months ago

dropdownRef.current.reset()