You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Controllercontrol={control}render={({field: {onChange, value}})=>(<SelectListsetSelected={onChange}data={options}save="value"fontFamily={fonts.family.jostRegular}value={value}// here <<-----/>)}name="fruits"/>
The text was updated successfully, but these errors were encountered:
It would be interesting if you exposed the
value
prop to facilitate integration with theController
fromreact-hook-form
.Instead of using it like this...
We would use it like this...
The text was updated successfully, but these errors were encountered: