Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form field completion should respect property names #259

Closed
stof opened this issue Mar 31, 2014 · 0 comments
Closed

Form field completion should respect property names #259

stof opened this issue Mar 31, 2014 · 0 comments
Labels

Comments

@stof
Copy link
Contributor

stof commented Mar 31, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants