diff --git a/Sources/SkyFloatingLabelTextField.swift b/Sources/SkyFloatingLabelTextField.swift index 5900c98..30bfd84 100644 --- a/Sources/SkyFloatingLabelTextField.swift +++ b/Sources/SkyFloatingLabelTextField.swift @@ -124,7 +124,8 @@ open class SkyFloatingLabelTextField: UITextField { // swiftlint:disable:this ty /// A UIColor value that determines the color used for the title label and line when text field is disabled @IBInspectable dynamic open var disabledColor: UIColor = UIColor(white: 0.88, alpha: 1.0) { didSet { - updateColors() + updateControl() + updatePlaceholder() } }