IT-образование
- 3 ответа
- 0 вопросов
3
Вклад в тег
autoFocus={true}
componentDidMount() {
this.refs.searchInput.value = this.refs.searchInput.value
},
<input type="text"
ref="searchInput"
autoFocus={true}
value={this.props.searchTerm}
> </input>