Skip to content
Snippets Groups Projects
Commit 795a7ffc authored by pabois's avatar pabois
Browse files

autocomplete

parent 95619f45
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
<%= f.input :deployment_status_badge,
as: :string,
input_html: {
autocomplete: 'off',
autocomplete: 'deployment_status_badge',
role: 'presentation'
}
%>
......@@ -33,7 +33,7 @@
placeholder: masked_string(f.object.access_token),
hint: t("simple_form.hints.communication_website.access_token_#{f.object.access_token.blank? ? 'without' : 'with'}_existing").html_safe,
input_html: {
autocomplete: 'off',
autocomplete: 'access_token',
role: 'presentation'
}
%>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment