+
{{#each-in row as |inputKey value|}}
{{#let (find-by "key" inputKey @objectKeys) as |field|}}
-
+
{{#if (eq index 0)}}
{{field.label}}
{{/if}}
@@ -26,37 +26,38 @@
{{on "input" (fn this.handleInput index)}}
/>
{{#if (and (not inputError.isValid) inputError.errors)}}
-
+
+
+ {{inputError.errors}}
+
+
{{/if}}
{{/let}}
{{/let}}
{{/each-in}}
-
+
{{#if (eq index 0)}}
{{/if}}
{{#if (eq (inc index) this.inputList.length)}}
-
+ @isFullWidth={{true}}
+ />
{{else}}
-
+ data-test-object-list-delete-button={{index}}
+ />
{{/if}}
diff --git a/ui/lib/core/addon/components/search-select-with-modal.hbs b/ui/lib/core/addon/components/search-select-with-modal.hbs
index f42fb258d1..2e1f7eed84 100644
--- a/ui/lib/core/addon/components/search-select-with-modal.hbs
+++ b/ui/lib/core/addon/components/search-select-with-modal.hbs
@@ -71,14 +71,14 @@
{{/if}}
-
+ />
{{/each}}
diff --git a/ui/lib/core/addon/components/search-select.hbs b/ui/lib/core/addon/components/search-select.hbs
index de8799c354..f6ba3a4fb2 100644
--- a/ui/lib/core/addon/components/search-select.hbs
+++ b/ui/lib/core/addon/components/search-select.hbs
@@ -88,14 +88,14 @@
{{selected.addTooltip}}
{{/if}}
-
+ />
{{/each}}
diff --git a/ui/lib/core/addon/components/string-list.hbs b/ui/lib/core/addon/components/string-list.hbs
index 8daedb6407..3c654eecd2 100644
--- a/ui/lib/core/addon/components/string-list.hbs
+++ b/ui/lib/core/addon/components/string-list.hbs
@@ -37,25 +37,19 @@
{{on "change" (action "inputChanged" index)}}
/>
-
+
{{#if (eq (inc index) this.inputList.length)}}
-
+
{{else}}
-
+ />
{{/if}}
{{#if (includes index this.indicesWithComma)}}
diff --git a/ui/lib/core/addon/components/text-file.hbs b/ui/lib/core/addon/components/text-file.hbs
index a2357b46ac..e3fd0ec468 100644
--- a/ui/lib/core/addon/components/text-file.hbs
+++ b/ui/lib/core/addon/components/text-file.hbs
@@ -18,75 +18,41 @@
{{#if this.showTextArea}}
-
-
-
-
-
Enter the value as text
+
+ Enter the value as text
+
{{else}}
-
-
-
-
-
-
- {{or this.filename "No file chosen"}}
-
- {{#if this.filename}}
-
- {{/if}}
-
-
-
-
Select a file from your computer
+
+ Select a file from your computer
+
{{#if (or @validationError this.uploadError)}}
instead https://helios.hashicorp.design/components/reveal }}
{{/maybe-in-element}}
{{/if}}
-
+{{! TODO Hds::Button replacement - skipping because modal will replace this confirm inline-popup menu }}