Fabian Hiller
Fabian Hiller
I would recommend using the `Field` component to get access to the state of your field and then you can add the value to the form using the `setValue` method....
A workaround for now would be to cast it to a `File`. You will not be able to assign an object to a single field, as Modular Forms only supports...
I'm not sure we should do this. It could lead to someone accidentally forgetting the argument, which could lead to security problems since it is used to validate the data...
Don't you use a schema to make your form type safe?
Thanks for the feedback. In general, I am very focused on Valibot at the moment. Therefore, I do not plan to implement your feedback right away, but I do plan...
Thanks for creating this issue! Unfortunately I am not able to keep up with the changes in Kobalte. I recommend to contact the Kobalte team for example in the SolidJS...
It is important to connect the native `` element of Kobalte via the provided `props` of the `Field` component of Modular Forms to capture its value. Once that done you...
> How could I do that? I wish other developers have no problem with checkboxes and radio groups At the bottom of each documentation page is an "Edit page" button....
This is probably related to Preact. I recommend creating a issue there. I have never heard of this error and don't know what it is related to. Feel free to...
Yes. I think that the `onSubmit` prop and `children` are required.