From c365180afb8e702a83d6b1036d4acaeb82b41710 Mon Sep 17 00:00:00 2001 From: Ludek Novy <13610612+ludeknovy@users.noreply.github.com> Date: Fri, 28 Apr 2023 10:21:57 +0200 Subject: [PATCH] field length error messages displayed (#323) --- .../add-new-item/add-new-item.component.html | 13 ++++++++++++- .../scenario/add-new-item/add-new-item.component.ts | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/app/scenario/add-new-item/add-new-item.component.html b/src/app/scenario/add-new-item/add-new-item.component.html index 9fd72b9c..2d026eaf 100644 --- a/src/app/scenario/add-new-item/add-new-item.component.html +++ b/src/app/scenario/add-new-item/add-new-item.component.html @@ -25,6 +25,8 @@
Environment is required.
+Environment is too long. Max length is 100.
+Note is too long. Max length is 200.
+Note is too long. Max length is 150.
+Hostname is too long. Max length is 200.
+Link is too long. Max length is 350.
+Link is too long. Max length is 350.