|
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.
|
|---|
|
|
| app/views/contact_us/contacts/_new_left.html.erb |
|---|
| app/views/guidance_groups/_guidance_group_form.html.erb |
|---|
| app/views/guidance_groups/admin_edit.html.erb |
|---|
| app/views/guidance_groups/admin_new.html.erb |
|---|
| app/views/org_admin/departments/edit.html.erb |
|---|
| app/views/org_admin/departments/new.html.erb |
|---|
| app/views/org_admin/phases/_form.html.erb |
|---|
| app/views/org_admin/question_options/_option_fields.html.erb |
|---|
| app/views/org_admin/questions/_form.html.erb |
|---|
| app/views/org_admin/sections/_form.html.erb |
|---|
| app/views/org_admin/templates/_form.html.erb |
|---|
| app/views/plans/_edit_details.html.erb |
|---|
| app/views/plans/new.html.erb |
|---|
| app/views/questions/_new_edit_question_textfield.html.erb |
|---|
| app/views/shared/_search.html.erb |
|---|
| app/views/super_admin/notifications/_form.html.erb |
|---|
| app/views/super_admin/themes/_form.html.erb |
|---|