hi guys,
when i try to bind combo box from web api it doesn't work in right way although the data comes properly and it works fine with static data :
<ComboBox data={this.state.domains} dataItemKey="DomainObjectID" textField="DisplayName" onChange={this.handleChange} value={this.state.value}/>
what is the prolem