Open ssomnoremac opened 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();
this.refs.myDropdown.getValue();
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();