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:
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