Пытаюсь через
<div> Name
<input ref="name" ></input>
</div>
<div> Phone
<input ref="phone" ></input>
</div>
update = () => {
this.setState({ selectItem: this.props.selectItem })
this.refs.name.value =this.props.selectItem.name
this.refs.phone.value = this.props.selectItem.phone
}
но тщетно