79718379

Date: 2025-07-29 09:30:47
Score: 1
Natty:
Report link

I faced the exact same issue where Chrome would autofill a saved 10-digit phone number with an extra leading zero, turning something like 1234567899 into 01234567899.

What worked for me was adding maxLength={10}/maxlength="10" attribute to the input field. Once that was added, Chrome autofill respected the 10-digit limit, and the extra zero stopped appearing. Hope this helps someone facing the same issue!

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Whitelisted phrase (-1): worked for me
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Low reputation (1):
Posted by: Omkar