react-native-material-ui icon indicating copy to clipboard operation
react-native-material-ui copied to clipboard

Develop

Open sdlondono opened this issue 5 years ago • 1 comments

Hello Can i add this code in the core? is for my app thanks a lot.

componentWillReceiveProps(nextProps) { const { isSearchActiveInternal } = this.state; const { isSearchActive, hidden, searchValue } = this.props; if(searchValue != null){ this.setState({ searchValue : (nextProps.searchValue != null) ? nextProps.searchValue : '' }); } on file Toolbar.react.js

sdlondono avatar Nov 20 '19 18:11 sdlondono