Select with chip input not displaying the selected value
问题 I have a Select and the inputs are in Chip Format. I tried console log of the value selected and it is getting it fine. But for some reason, it does not get displayed on the select box. What am I doing wrong here? handleChange = event => { this.setState({ badge : event.target.value }); }; const chipOptions = [ {key: 1, 'text': 'text1', 'value': 'text1'}, {key: 2, 'text':'text2', 'value':'text2'}, {key: 3, 'text':'text3', 'value':'text3'} ] <FormControl className={classes.formControl}> <Select