Skip to content

fix(forms): rename validator change fn due to conflict #11492

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

Merged
merged 1 commit into from
Sep 9, 2016

Conversation

kara
Copy link
Contributor

@kara kara commented Sep 9, 2016

The optional registerOnChange() function introduced in RC.6 for built-in validator directives has a naming conflict with ControlValueAccessor's registerOnChange() if they are used on the same component class. This PR fixes the naming conflict so they can be used together.

Closes #11479.

@kara kara added the action: review The PR is still awaiting reviews from at least one requested reviewer label Sep 9, 2016
@kara
Copy link
Contributor Author

kara commented Sep 9, 2016

Verbal LGTM from @vsavkin

@kara kara added pr_state: LGTM action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Sep 9, 2016
@evmar evmar merged commit 53f0c22 into angular:master Sep 9, 2016
@kara kara deleted the conflict branch October 13, 2018 01:08
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: forms cla: yes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Angular2- RC6 Custom Form Controls not working
4 participants