Skip to content

Commit

Permalink
fix autocomplete bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-samuel committed Oct 25, 2024
1 parent eac2a23 commit f23b841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/miq_ae_class/_class_fields.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit f23b841

Please sign in to comment.