From e13fab7d9ffe6fa7e76fc8f29b844caa9f2923e4 Mon Sep 17 00:00:00 2001 From: Lucy C <12953208+elvece@users.noreply.github.com> Date: Mon, 28 Mar 2022 10:32:09 -0600 Subject: [PATCH] convert all inputs to text except login (#1356) --- .../form-object/form-object.component.html | 8 +-- .../generic-input.component.html | 50 +++++++++++++------ 2 files changed, 38 insertions(+), 20 deletions(-) diff --git a/frontend/projects/ui/src/app/components/form-object/form-object.component.html b/frontend/projects/ui/src/app/components/form-object/form-object.component.html index ccc1ae273..8c54bb81c 100644 --- a/frontend/projects/ui/src/app/components/form-object/form-object.component.html +++ b/frontend/projects/ui/src/app/components/form-object/form-object.component.html @@ -70,11 +70,7 @@ - - +
+

{{ options.title }}


@@ -13,26 +14,47 @@

-
+
-
+

{{ options.label }}

- - - + + + -

{{ error }}

+

+ {{ error }} +

- +
- - Cancel - - + Cancel + {{ options.buttonText }}