CXTDT-590886 Fix to make placeholder text visible.
This commit is contained in:
parent
38ae12e91b
commit
6db3a58782
@ -315,7 +315,9 @@ import UIKit
|
||||
self.showError = false
|
||||
}
|
||||
self.isEnabled = model.enabled
|
||||
self.text = model.text
|
||||
if let text = model.text, !text.isEmpty {
|
||||
self.text = model.text
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user