-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(legacy): InputPhone
incorrectly parses paste of the shorten phone number
#10063
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
Visit the preview URL for this PR (updated for commit fb5387d): https://taiga-previews-demo--pr10063-bugfix-9834-tui-phone-par-l5if9322.web.app (expires Fri, 27 Dec 2024 14:44:11 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 73dddc3c665194f3e11f18c16aeb71af4c289c37 |
BundleMonFiles updated (1)
Unchanged files (4)
Total files change +12B 0% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
e1c520d
to
a3a5c1c
Compare
projects/legacy/components/input-phone/utils/complete-phone-insertion-preprocessor.ts
Outdated
Show resolved
Hide resolved
projects/legacy/components/input-phone/utils/complete-phone-insertion-preprocessor.ts
Outdated
Show resolved
Hide resolved
Yeah @splincode, Working on the same & will publish the commit asap. Will keep you posted about same. |
417c321
to
fb1c963
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10063 +/- ##
=======================================
Coverage 65.98% 65.98%
=======================================
Files 1224 1224
Lines 15979 15979
Branches 2324 2298 -26
=======================================
Hits 10543 10543
+ Misses 5266 5193 -73
- Partials 170 243 +73
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
fb1c963
to
fb5387d
Compare
Playwright test results 1995 passed Details Open report ↗︎ Flaky testswebkit › tests/core/hint/hint.pw.spec.ts › TuiHint › false mode hint with delay Skipped testswebkit › tests/addon-commerce/input-card-group.pw.spec.ts › InputCardGroup › Examples › input card grouped with validation |
InputPhone
incorrectly parses paste of the shorten phone number
Fixes #9834
Changes Description:-
trimCountryPrefix
intuiCreateCompletePhoneInsertionPreprocessor
when the pasted phone number is with country code.