Posts by Maxwell s.c • 101 points
1 post
-
0
votes2
answers225
viewsA: How to automatically select a select item in React
https://pt-br.reactjs.org/docs/forms.html#the-select-tag <select value={this.state.value} onChange={this.handleChange}>…