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
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
minScoreandmin_score, it breaks the mapping of validation errors on fields, because they are different property paths. The autocompletion should use property names