Marko Zekanovic
Marko Zekanovic
Hello any update on this?
Yes exactly. Even if the user did not interact with the radio I want it to be submitted
I use Kobalte. Sorry I should have said that before. Even when i copy paste the kobalte radio example from the guide on the website, it doesn't submit the default...
Upon further research, it looks like there are a couple of problems (in my use case) with Kobalte Radio, so that the defaultValue prop will not do anything more than...
> @fabian-hiller Partially Yes. The dirty state should exist not only for the entire form but for the certain field or fields. For the case of the editing a blog...
Ok so, apparently, you can set a field to "dirty" manually with: `form.internal.fields[your field name]?.dirty.set(true);`
Ok so it looks like the issue is that `@preact/signals-react` above v1 will not work. So downgrading it will work with react 18. However `@preact/signals-react` v1 will not work with...
I don't think you can do this unfortunately