如何使用 React-Hook-Form 更改 React-Select 的值
How to change the value of React-Select using React-Hook-Form
- 我正在使用 react-hook-form 来管理我的表单
- 我的 select 元素也使用 react-select
其实我想做的很简单,就是做不到,卡在这里了。
我想根据外部条件更改 react-select 的值,但如何使用 react-hook-form
我写的代码示例。我想在收音机上获取 selected 值并将其设置为 react-select
https://codesandbox.io/s/react-hook-form-controller-v5-forked-ndh54?file=/src/index.jsx
注意:如果react-select值改变了,radio也不需要改变。主要目的是从 radio
操纵 react-select
答案:
react-hook-form 使用 setValue api
- 我正在使用 react-hook-form 来管理我的表单
- 我的 select 元素也使用 react-select
其实我想做的很简单,就是做不到,卡在这里了。
我想根据外部条件更改 react-select 的值,但如何使用 react-hook-form
我写的代码示例。我想在收音机上获取 selected 值并将其设置为 react-select
https://codesandbox.io/s/react-hook-form-controller-v5-forked-ndh54?file=/src/index.jsx
注意:如果react-select值改变了,radio也不需要改变。主要目的是从 radio
操纵 react-select答案:
react-hook-form 使用 setValue api