From bd720aa1e6427bf0d53b31ae9d5b14f272592b36 Mon Sep 17 00:00:00 2001 From: darkleem Date: Thu, 1 Jun 2017 15:10:35 +0900 Subject: fixed the numeric appearance of Entry.Keyboard Property - TASK=TCAPI-2232 Change-Id: I2c67f8d765e5c9e4c7049d28d2e0e384ed6f16fd Signed-off-by: darkleem --- Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs b/Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs index 20017c26..6acfe3f6 100644 --- a/Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs +++ b/Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs @@ -13,7 +13,7 @@ namespace Xamarin.Forms.Platform.Tizen { if (keyboard == Keyboard.Numeric) { - return Native.Keyboard.Number; + return Native.Keyboard.NumberOnly; } else if (keyboard == Keyboard.Telephone) { -- cgit v1.2.3