modular-forms icon indicating copy to clipboard operation
modular-forms copied to clipboard

The modular and type-safe form library for SolidJS, Qwik and Preact

Results 98 modular-forms issues
Sort by recently updated
recently updated
newest added

The `formAction$` function forces you to pass the second parameter, even if it is not used. In my case, because of this restriction, I must pass `$(() => ({}))` as...

question

I'm trying to apply some kind or render props pattern around modular-forms, without success :/ The general idea is: I have many kind of criteria, the only difference is the...

question

For the last 24 hours I have been unable to build my project. It was giving me this error ```typescript 5: import { performance } from 'perf_hooks' ^ 6: 7:...

bug

Hi, awesome library! **Is your feature request related to a problem? Please describe.** I would like the option of transforming my form data with the same zod validation schema **Describe...

enhancement

hello! i just remove all warnings by doing this but did not work // {(field, props) => ( {field.error && {field.error}} )} i get in frontend ![image](https://github.com/fabian-hiller/modular-forms/assets/36853339/0f1b71a7-5cc5-4d7f-9674-f261fbd00ea4) my original previous...

question

## The issue: I am trying to throw an error when the username already exists (after the server tries querying the db on form submit). However, i have noticed this...

question

Fixes fabian-hiller/modular-forms#188

enhancement

Hi! Thank you so much for such a wonderful library! I noticed that in all the examples, ref is used to access native browser elements. But what if my input...

question

I would like to be able to configure the form to have certain validations run at different times than other validations. For example, one validation may make sense only to...

enhancement

See [dependabot](https://docs.github.com/en/code-security/dependabot).

question