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

Export validators #127

Closed
adnumaro opened this issue Sep 28, 2023 · 4 comments
Closed

Export validators #127

adnumaro opened this issue Sep 28, 2023 · 4 comments

Comments

@adnumaro
Copy link

The validators should be exported so we can use it in our forms.

 'phone': FormControl<PhoneNumber>(validators: [
      PhoneValidators.required,
      PhoneValidators.valid,
]),

Actually, I must to create custom validators to do this.

@vasilich6107
Copy link
Contributor

which package you are talking about?

@adnumaro
Copy link
Author

sorry

I'm talking about reactive_phone_form_field package

@vasilich6107
Copy link
Contributor

fixed in reactive_phone_form_field 2.0.1

@github-actions
Copy link

Hi @adnumaro!
Your issue has been closed. If we were helpful don't forget to star the repo.

Please check our reactive_forms_generator package

We would appreciate sponsorship subscription or one time donation
https://github.com/sponsors/artflutter

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

No branches or pull requests

2 participants