We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f686b60 + bcc98fa commit 621de22Copy full SHA for 621de22
PhoneAuth/FirebasePhoneAuthUI/FUICodeField.m
@@ -77,7 +77,7 @@ - (void)setUpFromNib {
77
}
78
79
- (UIKeyboardType) keyboardType {
80
- return UIKeyboardTypeNumberPad;
+ return UIKeyboardTypeASCIICapableNumberPad;
81
82
83
- (BOOL)canBecomeFirstResponder {
0 commit comments