Enable spellcheck for text fields:
Changes:
 - added HTML 5 attribute spellcheck= "true" to text_field tag by adding
        spellcheck: true.
 - Did not add this attribute to text_fields for:
    firstname,
    surname,
    principal_investigator_name &
    data_contact.
   (it is irritating for folk to have a spellchecker say your name is incorrectly spelt.)

Fix for issue #2169.
dev
1 parent 57a476f commit c20533f7ff131e6d1b2573fecf3a26b076e40aba
@John Pinto John Pinto authored on 5 Aug 2019
Showing 17 changed files
View
app/views/contact_us/contacts/_new_left.html.erb
View
app/views/guidance_groups/_guidance_group_form.html.erb
View
app/views/guidance_groups/admin_edit.html.erb
View
app/views/guidance_groups/admin_new.html.erb
View
app/views/org_admin/departments/edit.html.erb
View
app/views/org_admin/departments/new.html.erb
View
app/views/org_admin/phases/_form.html.erb
View
app/views/org_admin/question_options/_option_fields.html.erb
View
app/views/org_admin/questions/_form.html.erb
View
app/views/org_admin/sections/_form.html.erb
View
app/views/org_admin/templates/_form.html.erb
View
app/views/plans/_edit_details.html.erb
View
app/views/plans/new.html.erb
View
app/views/questions/_new_edit_question_textfield.html.erb
View
app/views/shared/_search.html.erb
View
app/views/super_admin/notifications/_form.html.erb
View
app/views/super_admin/themes/_form.html.erb