-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Add support of pointers in form binding #1336
Add support of pointers in form binding #1336
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1336 +/- ##
==========================================
+ Coverage 98.26% 98.27% +<.01%
==========================================
Files 34 34
Lines 1790 1795 +5
==========================================
+ Hits 1759 1764 +5
Misses 25 25
Partials 6 6
Continue to review full report at Codecov.
|
Please add some unit test cases, thanks! |
@thinkerou All done 😄 |
@thinkerou Can you also help to review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
OK @appleboy LGTM. |
* Add support of pointers in form binding * Add tests for pointer form binding (cherry picked from commit 2282be0)
Useful in case if you need to bind the form to the following structure: