autocapitalize: off is deprecated since iOS 5
This commit is contained in:
parent
abb51abbc3
commit
2b6bb549c2
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
= f.text_field :email,
|
= f.text_field :email,
|
||||||
class: "input-block-level form-control",
|
class: "input-block-level form-control",
|
||||||
required: true,
|
required: true,
|
||||||
autocapitalize: "off",
|
autocapitalize: "none",
|
||||||
placeholder: t("devise.passwords.new.email"),
|
placeholder: t("devise.passwords.new.email"),
|
||||||
autocorrect: "off",
|
autocorrect: "off",
|
||||||
autofocus: true,
|
autofocus: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue