gpt4 book ai didi

reactjs - 更改选项后,react-select onChange 不起作用

转载 作者:行者123 更新时间:2023-12-04 11:26:49 24 4
gpt4 key购买 nike

我有一个使用 react-select 的组件,我从 props 获取选项,
在选择选项上我想用其他选项重新渲染选择 - 它有效,但没有触发 onChange 。

import Select from 'react-select';

onChange(option){
dispatch(updateOptions());
}

render(){
return
<Select
options={this.props.options}
onChange={this.onChange}
value={this.state.text}
menuIsOpen
/>
}

最佳答案

请看 this example ,我创建了两个组件,一个是 Functional Component另一个为 Class Component .

希望这可以帮助。

关于reactjs - 更改选项后,react-select onChange 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62451493/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com