Pass props through context?
Is there a way to set up some variables on the top useAppForm level that would be accessible through useFieldContext on the field level? Use case I want to be able to configure some UI options for the whole form (show/hide errors, compact vs normal mode, etc) and if I don't have to set up an additional context for that it would be nice.
1 Reply
eager-peach•5mo ago
not really, but you also don‘t need a second context. You can define a property you must pass and define those props next to useAppForm