Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

ValidationRuleSet init(rules: [Rule]) does not work with more than one Rule #136

Open
@be-bert

Description

I noticed when trying to use ValidationRuleSet's public init(rules: [Rule]) with more than one Rule with the same validate type I get an error.

For example using ValidationRuleLength and an email pattern with ValidationRulePattern,
provides the Xcode compile time error Cannot convert value of type 'ValidationRuleLength' to expected element type '_'

Any ideas how to solve this? Currently adding them individually works though.

Thanks!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions