diff --git a/app/views/registrar/registrar_nameservers/_form.html.erb b/app/views/registrar/registrar_nameservers/_form.html.erb
index 64a3d9074..bedb7ca81 100644
--- a/app/views/registrar/registrar_nameservers/_form.html.erb
+++ b/app/views/registrar/registrar_nameservers/_form.html.erb
@@ -5,7 +5,9 @@
- <%= text_field_tag :old_hostname, params[:old_hostname], autofocus: true, required: true,
+ <%= text_field_tag :old_hostname, params[:old_hostname], autofocus: true,
+ required: true,
+ spellcheck: false,
class: 'form-control' %>
@@ -16,7 +18,9 @@
- <%= text_field_tag :new_hostname, params[:new_hostname], required: true, class: 'form-control' %>
+ <%= text_field_tag :new_hostname, params[:new_hostname], required: true,
+ spellcheck: false,
+ class: 'form-control' %>
@@ -26,7 +30,7 @@
- <%= text_area_tag :ipv4, params[:ipv4], class: 'form-control' %>
+ <%= text_area_tag :ipv4, params[:ipv4], spellcheck: false, class: 'form-control' %>
@@ -36,7 +40,7 @@
- <%= text_area_tag :ipv6, params[:ipv6], class: 'form-control' %>
+ <%= text_area_tag :ipv6, params[:ipv6], spellcheck: false, class: 'form-control' %>
<%= t '.ip_hint' %>