From 5e1d78db3e2a072c64777112f2b39c1a063c2d88 Mon Sep 17 00:00:00 2001 From: Lee Kelleher Date: Mon, 24 Aug 2020 08:47:30 +0100 Subject: [PATCH] Grid Textstring editor - Fixes bug with unique ID. (#8546) --- .../src/views/propertyeditors/grid/editors/textstring.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/textstring.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/textstring.html index 18526b0216..98e81d1d26 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/textstring.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/textstring.html @@ -3,7 +3,7 @@ rows="1" umb-auto-resize umb-auto-focus - class="textstring input-block-level" id="{{control.uniqueId}}_text" + class="textstring input-block-level" id="{{control.$uniqueId}}_text" ng-model="control.value" ng-attr-style="{{control.editor.config.style}}" localize="placeholder" placeholder="@grid_placeholderWriteHere">