diff options
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index ed4a162541..432e22ad1b 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,7 +1,7 @@ -* A change was made in the helper that renders the `datetime`, being now by default `datetime-local` and - creating an alias of `datetime-local` for `datetime`, `datetime` tag and it passes to be an abstract class for all other tags that inherit from him. +* Change `datetime_field` and `datetime_field_tag` to generate `datetime-local` fields. - As a new specification of the HTML 5 the text field type `datetime` will no longer exist and will pass a `datetime-local`. + As a new specification of the HTML 5 the text field type `datetime` will no longer exist + and it is recomended to use `datetime-local`. Ref: https://html.spec.whatwg.org/multipage/forms.html#local-date-and-time-state-(type=datetime-local) *Herminio Torres* |