modular-forms
modular-forms copied to clipboard
The modular and type-safe form library for SolidJS, Qwik and Preact
I'm trying to use drizzle-valibot package and I have to use valibot's parse function in my formAction in order to apply pipeline transformations (like `toTrimmed()`, etc.) because valiForm$ doesn't. ###...
``` Type '{}' is not assignable to type 'IntrinsicAttributes & Omit'. Type '{}' is missing the following properties from type 'Omit': onSubmit, childrents(2322 ``` ``` type NamespaceForm = { alias:...
@fabian-hiller First and foremost, I would like to express my gratitude for this fantastic plugin. I to report an issue that I have encountered with QwikJS. I'm currently using version...
I am trying to create a form component that can be reused across both create and edit routes. The problem I'm running into is that `routeLoaders` can only be defined...
**Issue** Hello. These days, I am very interested in qwik, so I configure the screen with the framework and develop it through a separate bun (elysia framework). Currently, the repository...
**Bug Description:** I've encountered a bug in the modular form implemented using React in production mode. In this form, I'm unable to edit the input fields. The issue is not...
https://playground.solidjs.com/anonymous/4221f2ef-06b4-46da-9594-a8c1caabc357 This is very dangerous, returns old values 1) Click mutate 2) Click 'show' 3) Expect 'def' get 'abc' Reached the point where we rapidly loosing confidence in any correctness.
https://playground.solidjs.com/anonymous/02fc8d25-3447-49b5-b245-8059618a1194 Should show ```{x: "hello"}````
Enhancement idea: FormOptions should have a defaultFilters options ``` createFormStore({ defaultFilters: { shouldActive : false } }) ```
I currently have a password field which is validated using `refine` from `zod`. But when the user first starts entering the password it is not validated and only on submit...