how to hide already selected item in useFieldArray from select menu options. #11369
-
Hi Team, I am working on example: if I select https://codesandbox.io/p/sandbox/react-hook-form-usefieldarray-rules-forked-wmcmlk |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@Sbabureddy, your codesandbox is working exactly what you want. What is the issue? |
Beta Was this translation helpful? Give feedback.
-
@Moshyfawn @chanthinh Thanks for the reply. is there anyway to send both value and label of html select option in react hook form. In the above codesandbox like: {countryName: 'India', countryCode: 'IND'} for country selection. |
Beta Was this translation helpful? Give feedback.
@Moshyfawn @chanthinh Thanks for the reply. is there anyway to send both value and label of html select option in react hook form.
In the above codesandbox like: {countryName: 'India', countryCode: 'IND'} for country selection.