Is your feature request related to a problem? Please describe.
I’m currently wrapping my controller with a “Smart Form Component”. In this case, my formState is inside another component, which my controller input can’t access. In order to make my controller input able to disable according to the is Submitting flag, would like to request for adding it in useController().meta
Describe the solution you’d like
Add “isSubmitting” in useController().meta
Describe alternatives you’ve considered
I try to smartly restructure my JSX and render them to the form react-hook-form support, but not working, also not clean way to do so
@ivanhoe-dev You’ll need to destructure isSubmitting.