Hello,
I found that the phone number is having leading zero in the prefilled-value, even though it has the country code correctly.
For example, we set the value
value={ contactDetails?.mobile ?? ''" )} on the inpur field to prefill the value when open up the input form.
With contactDetails.mobile = "+358500000003" from our API, we got the prefilled value with extra leading zero.

Could you help check this bug?
Thank you!