With react-hook-form this is trivial since the components don't live in the form that is returned from the use(App)Form hook but are just imported components
What I want is of course possible by using a custom hook that wraps
useAppForm
useAppForm
. I'm just wondering if there is a recommended way.