Default Values not working
Opened this issue · 1 comments
ravisojitra commented
Describe the bug
In form context when I apply default values, it is not accessible from anywhere, and neither it's getting prefilled in inputs.
To Reproduce
Steps to reproduce the behavior:
- Go to CodeSandBox
- Check default values object in <FormContext ... />
- Check the output inputs. It's not getting prefilled
Expected behavior
Basic inputs should have default values which were provided to <FormContext
Additional context
If this is not implemented yet, then at least can you tell how to fix it so that i can make PR.
axi42 commented
Did you manage to get the defaultValues to work?