Merge branch 'bugfix/formvalidator_valid' into 'develop'
is valid See merge request BPHV_MIPS/mvm_core_ui!576
This commit is contained in:
commit
74ea6654c0
@ -34,7 +34,7 @@ import Foundation
|
||||
public var baseValue: AnyHashable?
|
||||
public var wasInitiallySelected: Bool = false
|
||||
|
||||
public var isValid: Bool? {
|
||||
public var isValid: Bool? = true {
|
||||
didSet { updateUI?() }
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user