7
Views
1
Comments
Solved
[International Telephone Input Reactive] Format is not coming
international-telephone-input-reactive
Reactive icon
Forge asset by Rúben Meireles
Application Type
Reactive

Hi 

In demo application after selecting country code format is coming in textbox like below

but in my application after selecting country format is not displaying in textbox.like below:

2023-09-06 07-26-35
Sudip Pal
Solution

Hi @Arkyadeep Bharadwaj ,

In configuration there are two property which is cause of this format problem.

1.AutoPlaceholderTypeId: If this is set to NullTextIdentifier() then the 050 123 4567 placeholder won't come. Make sure this configuration is empty like the below to populate the placeholder number.

2. SeparateDialCode : If this is set to True then the country code will be populated automatically like in your case it is coming +93. Make sure this is False so that it will not populate the country code.

Thanks,

Sudip

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.