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
Tapping numbers too quickly in BKNumberField breaks formatting and is not recoverable unless the view is reloaded. I believe it's due to cardPatternInfo not being properly instantiated fast enough. We end up with BKCardNumberFormatter.cardPatternInfoWithNumberString returning nil and setting self.cachedPrefix and self.cardPatternInfo to nil. This then never recovers. I can try to find a solution, but don't have time at the moment. Just wanted to point it out for now.
The text was updated successfully, but these errors were encountered:
Tapping numbers too quickly in BKNumberField breaks formatting and is not recoverable unless the view is reloaded. I believe it's due to cardPatternInfo not being properly instantiated fast enough. We end up with BKCardNumberFormatter.cardPatternInfoWithNumberString returning nil and setting self.cachedPrefix and self.cardPatternInfo to nil. This then never recovers. I can try to find a solution, but don't have time at the moment. Just wanted to point it out for now.
The text was updated successfully, but these errors were encountered: