We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5fe7c commit c6d2cb8Copy full SHA for c6d2cb8
OTPInputSample/OTPInputSample/MainPage.xaml
@@ -5,7 +5,7 @@
5
x:Class="OTPInputSample.MainPage">
6
7
<StackLayout VerticalOptions="Center" HorizontalOptions="Center">
8
- <toolkit:SfOtpInput Length="6" Type="Text" StylingMode="Filled"/>
+ <toolkit:SfOtpInput Value="E3C712" Length="6" Type="Text" StylingMode="Filled"/>
9
</StackLayout>
10
11
</ContentPage>
0 commit comments