From ea324bfbef3c74a0aea795b9ca5fca18586f7863 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 8 Jun 2022 14:19:40 +0300 Subject: [PATCH] Add no value selected in input. --- sharedComponents/input/input.component.ts | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/sharedComponents/input/input.component.ts b/sharedComponents/input/input.component.ts index 930ee5fa..fe470718 100644 --- a/sharedComponents/input/input.component.ts +++ b/sharedComponents/input/input.component.ts @@ -49,7 +49,7 @@ declare var UIkit;
@@ -74,7 +74,7 @@ declare var UIkit; class="input uk-text-truncate">{{getLabel(formControl.value)}}
-
No value selected
+
{{noValueSelected}}
{{getLabel(formControl.value)}}
@@ -82,7 +82,11 @@ declare var UIkit; -
{{getLabel(formAsControl.value)}}
+
{{getLabel(formAsControl.value)}}
+ +
{{noValueSelected}}
+
{{getLabel(formControl.value)}}
+
- +