Microsoft.UI.Xaml.Controls.NumberBox does not use "number" as it's input scope #2610
Labels
area-NumberBox
NumberBox Control
duplicate
This issue or pull request already exists
team-Controls
Issue for the Controls team
According to the documentation on https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/number-box: "Number will be used for the input scope. This input scope is intended for working with digits 0-9. This may be overwritten but alternative InputScope types will not be explicitly supported"
When the NumberBox implemented, the touch keyboard shows the default keyboard, which gives me suspicion that the InputScope is not set to Number.
I am using library version 2.4.2, on windows 10.0.18362 on a tablet in Kiosk mode.
The text was updated successfully, but these errors were encountered: