mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
- Add support for pasting multi-digit verification codes - Filter pasted content to alphanumeric characters only - Always start filling from the first field when pasting - Optimize performance by updating all fields at once - Support both numeric and alphanumeric codes (e.g., 123456, A1B2C3) Fixes the issue where pasting a 6-digit code like '123456' would only show the last digit '6' in the first field. Now all digits are correctly distributed across all input fields. This improvement benefits both SignInSMSView and SignIn2FAView since they share the same PinCodeTextField component. |
||
|---|---|---|
| .. | ||
| AcknowledgementsGenerator | ||
| AppleAPI | ||
| Backend | ||
| Frontend | ||
| Preview Content/Preview Assets.xcassets | ||
| Resources | ||
| XcodesKit | ||
| XcodesApp.swift | ||