Aaron Fulkerson

Results 8 comments of Aaron Fulkerson

I'm actually having this exact same issue in a non-Remix React/Vite project where we moved our frontend repo into a subfolder of our backend repo.

bump. this would be a killer feature. would it be possible to store a list of schema names somewhere in a table (or configuration file) and then create/synchronize each of...

> @talatkuyuk how do we use the built in aggregatorSum? I've got this same question. There's mention of several built-in functions.

> @dankochetov @AndriiSherman curious where this might fit into the roadmap? Thanks, Would love a status update! Does this PR need work? Is a custom join method possible? I can...

> I get it now. > > const form = useForm({ > validators: { > onChange: ({ formApi }) => > formApi.state.submissionAttempts > 1 ? yourValidator : undefined, > onSubmit:...

Why does that prevent the form from receiving user input?

> The form receives user input, the error result just overwrites it. No, brother. That’s why I say “wait for the action to complete”. Try it.

Thanks for opening this. Experiencing the same issue. Furthermore, the docs don't accurately describe the canSubmit property of the form state object. In them, the canSubmit property of the form...