Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit 7b5d263

Browse files
Use Telephone Keyboard
1 parent aa343ed commit 7b5d263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XamarinAzureChallenge/XamarinAzureChallenge/Pages/UserDataPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
Text="Phone*" />
147147
<Entry Grid.Row="8"
148148
Grid.ColumnSpan="2"
149-
Keyboard="Numeric"
149+
Keyboard="Telephone"
150150
Placeholder="+1 1234567890"
151151
Style="{StaticResource EntryStyle}"
152152
Text="{Binding User.Phone}" />

0 commit comments

Comments
 (0)