valid
This commit is contained in:
parent
8187c36a81
commit
b71c6e0e5c
@ -34,7 +34,7 @@ import Foundation
|
|||||||
public var baseValue: AnyHashable?
|
public var baseValue: AnyHashable?
|
||||||
public var wasInitiallySelected: Bool = false
|
public var wasInitiallySelected: Bool = false
|
||||||
|
|
||||||
public var isValid: Bool? {
|
public var isValid: Bool? = true {
|
||||||
didSet { updateUI?() }
|
didSet { updateUI?() }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user