Open anishtr4 opened 7 years ago
I am trying to update the drop down data dynamically. Can you please let me know how to update the data without refreshing the ui or reloading the ui.
componentWillReceiveProps(nextProps) { // dynamic update this.singlePicker.setOption(nextProps.data) }
I am trying to update the drop down data dynamically. Can you please let me know how to update the data without refreshing the ui or reloading the ui.