react-select(可计算),当我键入任何内容时,总是给我这个错误:
stretch
答案 0 :(得分:0)
选项必须是对象数组,每个对象必须具有称为值的键。
root@server:~ $ nodejs -v
v8.11.4
root@server:~ $ node -v
v8.11.4
root@server:~ $ npm -v
5.6.0
所以您的<Select
value={selectedOption}
onChange={this.handleChange}
options={this.state.students}
/>
值应该像这样students