Aaron Pettengill

Results 130 comments of Aaron Pettengill

This happens only when using `useControlField` outside the context of the form itself. This hook has the same limitations mentioned in the "Other Considerations" section on [this page](https://www.remix-validated-form.io/supporting-no-js). Though admittedly...

> 1. I think it's unlikely that people would consider an array as having a prop at an index. We already offer `hasAtLeast` to narrow arrays so that accessing a...

In the issue, there was some discussion about the behavior of the `isEqual` function. I kept moving forward with the referential equality implementation and the `isEqual` name for now, since...

I could see support for this being included in the form of a helper for [zod-form-data](https://www.remix-validated-form.io/zod-form-data/api-reference#json), but there isn't much we can do in `remix-validated-form` itself. In general, the recommended...

You're right that this is because the checkboxes are not included in the `FormData` at all. In the case of `nested.checkbox` and `deeply.nested.checkbox`, using `min(1)` will never work and you...

I think you've pretty accurately describe the challenge here, but I definitely think this is something that has to be solved by the schema itself. This issue is as much...

Sorry for the delayed response. I'm not super strict about needing to change this to a feature request. Would you have time to help with a PR to add in...

Yeah, this would definitely be nice to have. I'd love to have some help looking into this -- not sure how much time I have to really get this done.

An approach I've been thinking about off and on would be to go with a "core" package + adapter type pattern. I personally really like the `validationError` api, but that...

v5 needs to happen soonish to address #261, so I'm hoping to get this addressed soon.