diff --git a/ui/app/components/recovery/page/snapshots/load.hbs b/ui/app/components/recovery/page/snapshots/load.hbs index c601d10710..02eccc26b0 100644 --- a/ui/app/components/recovery/page/snapshots/load.hbs +++ b/ui/app/components/recovery/page/snapshots/load.hbs @@ -69,6 +69,7 @@ @selected={{this.selectedConfig}} @options={{this.automatedConfigs}} @isInvalid={{this.configError}} + @searchEnabled={{true}} data-test-select="config" as |F| > diff --git a/ui/app/components/recovery/page/snapshots/snapshot-manage.hbs b/ui/app/components/recovery/page/snapshots/snapshot-manage.hbs index 8aec3493e2..269b68dfb8 100644 --- a/ui/app/components/recovery/page/snapshots/snapshot-manage.hbs +++ b/ui/app/components/recovery/page/snapshots/snapshot-manage.hbs @@ -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| >