Guest User

Untitled

a guest
Mar 19th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <div onClick={this.openSelect}>
  2.  
  3. <div className="selected-item">{this.state.selectedItem}</div>
  4.  
  5. {this.state.options.map((option, index) => {
  6.  
  7. <div>{option}</div>
  8.  
  9. })
  10.  
  11. </div>
Add Comment
Please, Sign In to add comment