chymtt / ReactNativeDropdownAndroid

A simple wrapper for Android's Spinner in react-native
MIT License
61 stars 22 forks source link

getValue() method #21

Open ssomnoremac opened 8 years ago

ssomnoremac commented 8 years ago

I'm using Redux so I prefer not to set a state variable to hold the selected value. Can a method be added to get the current value of the dropdown when an action is dispatched.

like so this.refs.myDropdown.getValue();