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
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
Labels
No labels