We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Advancing to next character without pressing the separator

Hi,

SfMaskedEdit
e.g. for a phone number 3digit-3digit-4digits for phone #
after entering 3 digits I have to press - sign then only it advances

How do I advance to next placeholder without entering the separator?

-nitin

1 Reply

RA Rachel A Syncfusion Team September 20, 2019 06:43 AM UTC

Hi Nitin, 
 
Greetings from Syncfusion. 
 
We have achieved your requirement by setting MaskType as Text (default value) and Mask as 000-000-0000. Please find the snippet below. 
 
[XAML]: 
<ContentPage.Content> 
    <StackLayout VerticalOptions="Center"> 
        <maskededit:SfMaskedEdit Mask="000-000-0000" Watermark="123-456-7890"/> 
    </StackLayout> 
</ContentPage.Content> 
 
Also find the demo video from the below link. 
 
Please find the sample from the below link. 
 
Please let us know if you have any other queries. 
 
Regards, 
Rachel. 


Loader.
Live Chat Icon For mobile
Up arrow icon