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

See example here, where I have (under "special") created a new combobox called "Select number". Note that selecting the number does not give the value out of the form, whereas...

question

I stubled upon a strange behaviour, which seems like a bug to me. The form that I am using is quite big and contains a bunch of ArrayFields, of which...

bug

It's not clear to me why when initialValues re-seed matches the current state is dirty still true if it matches the reseeding. So even though we keepDirtyValues, if dirty values...

bug

I get the following error: > Cannot read properties of undefined (reading 'error') ![image](https://github.com/fabian-hiller/modular-forms/assets/2824010/dfd90a29-3cb3-48fb-afc5-4e52f1c174f3) When I try to use a "number" field ("durationInMinutes") like so in Qwik: ```typescript {(field, props)...

question

I feel like it's weird that it's implicitly `true`. What use case does this cover? Wouldn't people always be interested in retrieving a value they specified, whether or not it...

enhancement
question

As mentioned in #92. It might be helpful to generate a unique id per form that can be used for pairing form + its form elements (inputs, selects, etc.). When...

enhancement

I seem to be stuck with a problem that's related to fetching field values using `getValues()` where the fields exist multiple tabs in a UI. The component in question has...

question

Mentioned in the SolidJS Discord earlier and was recommended to post about it here. I'm trying to figure out a good way to separate out a reusable component for an...

enhancement

I've been enjoying using ModularForms quite a lot, but I've stumbled onto one feature I think could help build forms of greater complexity. I tend to write small modular components...

enhancement