From ce639f84b971e683b74061b98a338f0e783c0d9c Mon Sep 17 00:00:00 2001 From: Melanie Sumner Date: Fri, 5 Apr 2024 08:49:42 -0500 Subject: [PATCH] Bug: fixed cases where CodeMirror textarea inputs did not have associated labels (#26263) * fixes cases where inputs did not have associated labels * add changelog entry * update form-field test now that json editor has label * remove label-related TODOs from other tests --------- Co-authored-by: Noelle Daley --- changelog/26263.txt | 3 +++ ui/app/templates/components/tool-hash.hbs | 2 +- ui/lib/core/addon/components/json-editor.hbs | 1 + ui/lib/core/addon/components/json-editor.js | 1 + ui/lib/core/addon/modifiers/code-mirror.js | 1 + .../integration/components/console/log-json-test.js | 7 ------- ui/tests/integration/components/form-field-test.js | 13 ------------- .../kubernetes/page/role/create-and-edit-test.js | 2 -- .../components/kubernetes/page/role/details-test.js | 7 ------- .../components/kv/kv-data-fields-test.js | 7 ------- .../kv/page/kv-page-secret-details-test.js | 7 ------- .../ldap/page/role/create-and-edit-test.js | 7 ------- .../integration/components/oidc/scope-form-test.js | 7 ------- .../integration/components/policy-example-test.js | 2 -- ui/tests/integration/components/policy-form-test.js | 8 -------- ui/tests/integration/components/secret-edit-test.js | 7 ------- .../transform-advanced-templating-test.js | 7 ------- .../components/transit-key-actions-test.js | 7 ------- 18 files changed, 7 insertions(+), 89 deletions(-) create mode 100644 changelog/26263.txt diff --git a/changelog/26263.txt b/changelog/26263.txt new file mode 100644 index 0000000000..4d5eb12393 --- /dev/null +++ b/changelog/26263.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: fixes cases where inputs did not have associated labels +``` \ No newline at end of file diff --git a/ui/app/templates/components/tool-hash.hbs b/ui/app/templates/components/tool-hash.hbs index b1b59ce368..0739d66d69 100644 --- a/ui/app/templates/components/tool-hash.hbs +++ b/ui/app/templates/components/tool-hash.hbs @@ -39,7 +39,7 @@
-