You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
Not sure how to ask this or if I am being ignorant but I am attempting work on a collection that has overall group level validation. Think file uploader. I have valid and invalid files going into a collection and I need to track them as valid and invalid and have a group level validation accepted files count > X. When i attempt to call change on user.uploads versus user.uploads[ i ] I get mixed results. sometimes it works, sometimes it adds nested props to each prop like valid = {validating: false, valid: true, pristine: false} rather than valid = true
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure how to ask this or if I am being ignorant but I am attempting work on a collection that has overall group level validation. Think file uploader. I have valid and invalid files going into a collection and I need to track them as valid and invalid and have a group level validation accepted files count > X. When i attempt to call change on user.uploads versus user.uploads[ i ] I get mixed results. sometimes it works, sometimes it adds nested props to each prop like valid = {validating: false, valid: true, pristine: false} rather than valid = true
The text was updated successfully, but these errors were encountered: