jotai-form icon indicating copy to clipboard operation
jotai-form copied to clipboard

feat(DX): Add ability to pass an atom to form atom helpers

Open barelyhuman opened this issue 3 months ago • 0 comments

Right now the initial values in all form helpers take a primitive or object. Add in the ability to pass in an atom to them.

At first look this might be easy to do with an atomFactory but might want to be careful with the formControls helper as it creates a few derivations and that might have undefined side effects.

barelyhuman avatar Mar 07 '24 15:03 barelyhuman