File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 37
37
:style => flds["datatype"] == "password" ? "display:none" : "",
38
38
"data-miq_observe" => obs)
39
39
= password_field_tag(" #{ prefix } fields_password_value_#{ i } " , '',
40
+ :autocomplete => "new-password",
40
41
:placeholder => placeholder_if_present(flds['default_value']),
41
42
:style => flds["datatype"] == "password" ? "" : "display:none",
42
43
"data-miq_observe" => obs)
75
76
:style => session[:field_data][:datatype] == " password" ? " display:none" : "" ,
76
77
"data-miq_observe" => obs)
77
78
= password_field_tag(" #{prefix}field_password_value", '',
79
+ :autocomplete => " new-password" ,
78
80
:placeholder => placeholder_if_present(session[:field_data][:data_value]),
79
81
:style => session[:field_data][:datatype] == " password" ? "" : " display:none" ,
80
82
"data-miq_observe" => obs)
You can’t perform that action at this time.
0 commit comments