Skip to content

General: Review core validators and extension method validators (duplicated behaviour) #131

Open
@deandreamatias

Description

@deandreamatias

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

11.0.0

What you'd like to happen

I think that some core validators could be accomplish with extension methods and viceversa. Maybe can remove some of them.

Alternatives you've considered

Example: skipWhen
I understand that `FormBuilderValidators.skipWhen(validator: FormBuilderValidators.numeric(), condition: (int? value) => value == 0)` is the same that `FormBuilderValidators.numeric().skipWhen(condition: (int? value) => value == 0)`

Aditional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions