From f23b841e3d24b3563847bda6099eb6efbcbbb25c Mon Sep 17 00:00:00 2001 From: Samuel Liu Date: Tue, 22 Oct 2024 15:03:33 -0400 Subject: [PATCH] fix autocomplete bug --- app/views/miq_ae_class/_class_fields.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/miq_ae_class/_class_fields.html.haml b/app/views/miq_ae_class/_class_fields.html.haml index d23d69805f5..e6bcc90cc8b 100644 --- a/app/views/miq_ae_class/_class_fields.html.haml +++ b/app/views/miq_ae_class/_class_fields.html.haml @@ -61,6 +61,7 @@ = password_field_tag("fields_password_value_#{i}", '', :placeholder => placeholder_if_present(default_value), :style => field['datatype'] == "password" ? "" : "display:none", + :autocomplete => "new-password", "data-miq_observe" => obs) - else = text_field_tag("fields_#{fname}_#{i}", field[fname],