There was an error while loading. Please reload this page.
2 parents 6eb62bc + 29f7bff commit 4f26a29Copy full SHA for 4f26a29
TextFieldEffects/TextFieldEffects/TextFieldEffects.swift
@@ -92,7 +92,7 @@ open class TextFieldEffects : UITextField {
92
93
override open var text: String? {
94
didSet {
95
- if let text = text, text.isNotEmpty {
+ if let text = text, text.isNotEmpty || isFirstResponder {
96
animateViewsForTextEntry()
97
} else {
98
animateViewsForTextDisplay()
0 commit comments