From fe90f98515fca46c769a52da1947f10b562edf6b Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Wed, 17 Jun 2020 12:56:41 +0200 Subject: [PATCH] Add id attribute so click on property label focus in input (#8078) Co-authored-by: Bjarne Fyrstenborg --- .../src/views/propertyeditors/decimal/decimal.html | 1 + 1 file changed, 1 insertion(+) 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 d5560c8433..ac2fdabf3d 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 @@ -7,6 +7,7 @@ ng-model="model.value" ng-required="model.validation.mandatory" aria-required="{{model.validation.mandatory}}" + id="{{model.alias}}" val-server="value" fix-number min="{{model.config.min}}" max="{{model.config.max}}" step="{{model.config.step}}" />