diff --git a/app/views/registrar/domain_transfers/_form.html.erb b/app/views/registrar/domain_transfers/_form.html.erb index d4720f569..beba0c12c 100644 --- a/app/views/registrar/domain_transfers/_form.html.erb +++ b/app/views/registrar/domain_transfers/_form.html.erb @@ -4,8 +4,8 @@ <%= label_tag :domain_name, nil, class: 'required' %>
- <%= text_field_tag :domain_name, params[:domain_name], class: 'form-control', autocomplete: 'off', - autofocus: true, required: true %> + <%= text_field_tag :domain_name, params[:domain_name], autofocus: true, required: true, + class: 'form-control' %>