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
Currently, the form field completion turns property names into their snake case counter-part. While this works for the form binding because the conventional accessors are the same for minScore and min_score, it breaks the mapping of validation errors on fields, because they are different property paths. The autocompletion should use property names
The text was updated successfully, but these errors were encountered:
Currently, the form field completion turns property names into their snake case counter-part. While this works for the form binding because the conventional accessors are the same for
minScore
andmin_score
, it breaks the mapping of validation errors on fields, because they are different property paths. The autocompletion should use property namesThe text was updated successfully, but these errors were encountered: