I have been using remix extensively for a little while now and haven't been able to reset a bunch of Mantine's more advanced controls like NumberInput Select etc...
I might be missing something, but it could also just be an issue with the pattern I am using where Remix prefers uncontrolled forms - you only really have control over defaultValue unless you want to use refs everywhere which just gets messy and I want to avoid.
I thought about maybe using a key on the parent and whenever I need to reset the form I increment the value of that key to force the component to re-build which I think would use the defaultValue again...
Given that updating the defaultValue works on TextInput I am just checking whether something is missing in those other controls? Is this a bug, or is the fact it works on TextInput is just a happy side effect of a more simple form element?
Tried to setup a demo here but code sandbox seems to be struggling with Remix... https://codesandbox.io/p/sandbox/mantine-remix-form-reset-example-dl7cwl