Siddharth Gelera (reaper)
Siddharth Gelera (reaper)
I don't think I understand the requirement completely. You want the `atomWithFormControls` to expose a `handleOnSubmit` function so that you can trigger validation for all the fields? A few questions...
Oh okay, I'm assuming that you wish to do one of 2 things and i've created examples for the same. https://github.com/barelyhuman/jotai-form-control-example Please check them out and let me know if...
@Marko-Matijevic Please close the issue if the above solves for your use case
Any specific reason why you aren't using the `onFocus` and `onBlur` event handlers?
Cause the change's you've made can be handled with the handlers provided by atom and you need to only maintain the state of submission for the errors to show up,...
I like the idea of goblin maintaining the versions but it’s a slightly more bigger in scope and might take time. I consider it a valid feature and have thought...
> As for the version extraction, the resolution part of goblin can be exposed as an API if needed, it’s easier to add that and i’ll do that first This...
Hey, thanks for using knex However this is a behaviour of the database and not knex, you can try so by inserting the same string using a database UI application...
Workaround for now: https://typeapi.barelyhuman.dev/pkg/tinybench
Not sure if this is what you want but you can access all form values using the `validate` for the `atomWithFormControls` Demo here https://codesandbox.io/p/sandbox/cv446n You can also get the touched...