updated FormField
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
d2eae79f47
commit
c8496194f0
@ -37,7 +37,7 @@ public extension FormFieldProtocol {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public protocol FormFieldInternalValidatableProtocol: FormFieldProtocol {
|
public protocol FormFieldInternalValidatableProtocol: FormFieldProtocol {
|
||||||
associatedtype ValueType
|
associatedtype ValueType = AnyHashable
|
||||||
var rules: [AnyRule<ValueType>]? { get set }
|
var rules: [AnyRule<ValueType>]? { get set }
|
||||||
var internalRules: [RuleAnyModelProtocol]? { get }
|
var internalRules: [RuleAnyModelProtocol]? { get }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user