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

# Steps to Reproduce 1. Run the **React Playground** 2. Open the **Chrome Developer Tools** to see the JavaScript **Console** 3. Choose the **Todos** tab 4. Click **Move first to...

bug

When you submit with a formAction$, the routeLoader$ fires and then fires again after the redirect. But, if you redirect from within qwik's globalAction$ instead, routeLoader correctly only fires once...

bug

I am using preact signals in my react app und currently using v2. This lib uses v1. It would be great if @preact/signals could be upgraded to v2.

enhancement
priority

Hi, I'm wondering how I can handle server errors when I submit my form? Ie think a login form but the email has already been taken etc.. Schema/Type code: ```ts...

question

Hello, I know i18n is still new on valibot, i open this issue just to think about it. Client side validation is not translated if globally set by `v.setGlobalConfig({ lang:...

bug
enhancement

When I try to build a production application, vite tries to externalize the "fs" package for the browser, but it shouldn't because "fs" is only used in the server-side function...

bug

Hi fabian, Sorry there's no way to reproduce this issue. I can't reproduce it outside of my production code yet. I'll try explain the problem and share some code _that...

question

I have an example here : https://stackblitz.com/edit/solidjs-templates-7pgd2x?file=src%2FApp.tsx To observe the issue click reset. What happens : form values disappear. Expected behavior: Clicking reset should reset the form to its `initialValues`....

enhancement

Hey all, I just wanted to see if anyone has come across this issue. I started getting this error: For some reason when I load the page, I get this...

question

I have been trying to modify the Select component from the playground to accept number or number[] values in both the value and options props, but i can't seem to...

question