enable search for config selection and disable autocomplete on resource path inputs (#9796) (#9807)

Co-authored-by: lane-wetmore <lane.wetmore@hashicorp.com>
This commit is contained in:
Vault Automation 2025-11-19 17:10:25 -05:00 committed by GitHub
parent 8d8b352662
commit c408fbdbb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -69,6 +69,7 @@
@selected={{this.selectedConfig}}
@options={{this.automatedConfigs}}
@isInvalid={{this.configError}}
@searchEnabled={{true}}
data-test-select="config"
as |F|
>

View file

@ -163,6 +163,7 @@
@isInvalid={{this.resourcePathError}}
placeholder="Enter the resource path..."
{{on "input" this.updateResourcePath}}
autocomplete="off"
data-test-input="resourcePath"
as |F|
>
@ -207,6 +208,7 @@
@isInvalid={{this.copyPathError}}
placeholder="Enter new path"
{{on "input" this.updateCopyPath}}
autocomplete="off"
data-test-input="copyPath"
as |F|
>