Skip to content

Commit

Permalink
Set InputScope property to Number in NumberBox's input TextBox (micro…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Jun 19, 2020
1 parent 8624822 commit 2593fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ModernWpf.Controls/NumberBox/NumberBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@
<TextBox
x:Name="InputBox"
Grid.Row="1"
InputScope="Number"
ui:ControlHelper.PlaceholderText="{TemplateBinding PlaceholderText}"
SelectionBrush="{TemplateBinding SelectionBrush}"
ui:ControlHelper.CornerRadius="{TemplateBinding CornerRadius}" />
Expand Down

0 comments on commit 2593fa7

Please sign in to comment.