-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(form-field): use value getter when returning form data #18609
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
docs(form-field): use value getter when returning form data #18609
Conversation
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.
Looks reasonable to me. @mmalerba should have a look.
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
@mmalerba @devversion Thanks for looking at this. I am not sure what's still needed for this PR to merged. |
@tobiasschweizer Thanks for the PR. No action is needed from your side. The PR will be merged soon. |
(cherry picked from commit 33f977c)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This PR fixes an inconsistency in the example for creating a custom form field control.
Now when writing to and updating the value from the custom form field control, the value's setter and getter are used. Instead of a mere object, the component interacting with the custom form field control now deals with an instance of
MyTel
.resolves #18537