Jason Coley

Results 23 comments of Jason Coley

Well, I came into work today, and tried to use vs2017 and as soon as I try to edit the css, the app freezes up again. So I don't know...

Has anyone managed to get conform submission.reply() working with the new remix singlefetch and the new unstable_data to return raw data accompanied with a status code or custom response headers....

I have hidden inputs, but surely they are ok? All controls used are Radix/UI, I will test removing these one at a time until I find if there any any...

OK that was it, I didn't include the 'intent' fields from my schema in the defaultValues. OK looks good now, just a few more rules to get this working 100%,...

@houmark I also had the same issue where I had in my objects dates and other info that I wanted for other controls on the form. And, like you had...

@houmark cheers for the debug code, I might use this in some more complicated forms. I must admit though that 1.1.0 has fixed my dirty form issues I had with...

The shouldDirtyConsider is perfect, thanks, I hadn't spotted this. Is there a way to see which fields are considered dirty? I have some quite complex forms with many nested objects...

Actually is appears that the shouldDirtyConsider doesn't process nested objects, I have a console output and it isn't processing each property of an object, is this correct? I have also...

I am using zod inside a docker image (for fly.io) and don't have any issues. I have zod in my vite.config.ts optimizeDeps -> include array, along with other libraries. I...