Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Make FormControl directive work as well as FormControlName#72

Open
MikeJerred wants to merge 1 commit intothird774:masterfrom
MikeJerred:master
Open

Make FormControl directive work as well as FormControlName#72
MikeJerred wants to merge 1 commit intothird774:masterfrom
MikeJerred:master

Conversation

@MikeJerred
Copy link

Currently the validation only works if you write code like:

<input formControlName="foo" />

This PR allows you to do:

<input [formControl]="fooControl" />

I have not tested if this works as I'm not entirely sure how to build the package!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant