From 07a45d02f9096d0dd7b2aa190564e95b4d6e3d71 Mon Sep 17 00:00:00 2001 From: Dhanesh Kumar <“dhanesh.kumar@phases.io”> Date: Thu, 13 Apr 2023 23:02:17 +0530 Subject: [PATCH] fix for the char limit(512) for textboxdatatype (cherry picked from commit 2c580e8d4fa40c24cd6e2209012245002fc71108) --- .../src/views/prevalueeditors/textstringlimited.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/prevalueeditors/textstringlimited.html b/src/Umbraco.Web.UI.Client/src/views/prevalueeditors/textstringlimited.html index 4dd5b693b8..9ec218bba5 100644 --- a/src/Umbraco.Web.UI.Client/src/views/prevalueeditors/textstringlimited.html +++ b/src/Umbraco.Web.UI.Client/src/views/prevalueeditors/textstringlimited.html @@ -5,7 +5,7 @@ ng-model="model.value" val-server="value" min="0" - max="500" + max="512" fix-number /> @@ -13,5 +13,5 @@ - +