It would be useful to be able to call form functions from components further up the tree than the form's content.
Other libraries do this by allowing users to pass in a ref property that will be filled with an object that contains references to callable functions on initial render.
We should add that feature too.
It would be useful to be able to call form functions from components further up the tree than the form's content.
Other libraries do this by allowing users to pass in a
refproperty that will be filled with an object that contains references to callable functions on initial render.We should add that feature too.