modular-forms
modular-forms copied to clipboard
More bugs with getValues
https://playground.solidjs.com/anonymous/02fc8d25-3447-49b5-b245-8059618a1194
Should show ```{x: "hello"}````
Highlighting more problems https://playground.solidjs.com/anonymous/6cb3e2a0-7eea-402a-9a7b-baf6d84d4b49
This is smallest reproducible examples I can do, but make no mistake this perpetuates across everything to bigger issues
Thanks for the info.
The problem behind this bug is that a field must first be initialized by using the Field component or some other field specific method like getValue, since getValues can only return the values of initialized fields. Unlike Modular Forms for Qwik, Solid, Preact and React currently initialize fields lazy.