From 7efa0bed46f0f4bf4f12962cb4a5d09b1ecab515 Mon Sep 17 00:00:00 2001 From: AndyButland Date: Mon, 12 Oct 2015 22:05:40 +0100 Subject: [PATCH] Added pattern to integer and decimal property editor views to support numeric keyboards on mobile --- .../src/views/propertyeditors/decimal/decimal.html | 11 +++++++---- .../src/views/propertyeditors/integer/integer.html | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/decimal/decimal.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/decimal/decimal.html index 823a7b40ad..64730bbfb2 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/decimal/decimal.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/decimal/decimal.html @@ -1,8 +1,11 @@ 
- + Not a number {{propertyForm.requiredField.errorMsg}} diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html index 28a81b035f..ff82be99b2 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html @@ -1,8 +1,11 @@ 
- + Not a number {{propertyForm.requiredField.errorMsg}}