diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-04-18 19:09:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-18 19:09:54 -0400 |
commit | dc107956c933269d652cb8d283cf071bdbdb2066 (patch) | |
tree | 17d9fc4437d2956002fb12b341424fc8f4d5ceb9 | |
parent | a2ab5ffae97e3523e2d6a8f22222af4df001212f (diff) | |
parent | 2b82e96597d4d9a6054bdeea86e51477565ac449 (diff) | |
download | rails-dc107956c933269d652cb8d283cf071bdbdb2066.tar.gz rails-dc107956c933269d652cb8d283cf071bdbdb2066.tar.bz2 rails-dc107956c933269d652cb8d283cf071bdbdb2066.zip |
Merge pull request #28791 from y-yagi/date_time_fields_from_list
Remove datetime fields from helper list [ci skip]
-rw-r--r-- | guides/source/form_helpers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/form_helpers.md b/guides/source/form_helpers.md index 0508b0fb38..ba6e158ba1 100644 --- a/guides/source/form_helpers.md +++ b/guides/source/form_helpers.md @@ -164,7 +164,7 @@ make it easier for users to click the inputs. Other form controls worth mentioning are textareas, password fields, hidden fields, search fields, telephone fields, date fields, time fields, -color fields, datetime fields, datetime-local fields, month fields, week fields, +color fields, datetime-local fields, month fields, week fields, URL fields, email fields, number fields and range fields: ```erb |