You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -174,16 +175,18 @@ open class PasswordTextField: UITextField {
174
175
*/
175
176
openfunc setSecureMode(_ secure:Bool)
176
177
{
177
-
178
-
self.resignFirstResponder()
178
+
179
+
// Note by Camilo: it cause weird animation.
180
+
//self.resignFirstResponder()
179
181
self.isSecureTextEntry = secure
180
182
181
183
/// Kind of ugly hack to make the text refresh after the toggle. The size of the secure fonts are different than the normal ones and it shows trailing white space
0 commit comments