-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
Hello!
Sorry for the delay on the feedback, I was unable to test it.For me it only worked on a first level array, like:
"players.0.name": "Pepito is a very ugly name"
✅ Works and error is storedBut errors like this one did not work:
"players.1.shoes": "Player needs more than one pair of shoes to play"
❌ Does not work, error not stored (shoes being a collection)
"players.0.shoes.0.id": "Shoe ID does not exist"
❌ Does not work, error not storedI don't know if it is a mistake on my side or a bug. I have little time this days to investigate.
Originally posted by @bpuig in #147 (comment)