Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 3, 2023
1 parent 02dbf7f commit eab0d81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/phoenix_html/form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ defmodule Phoenix.HTML.Form do
won't be ignored on submission. This requires however
that the textarea is rendered with no spaces after its
content
All other values are HTML escaped.
"""
def normalize_value("datetime-local", %struct{} = value)
when struct in [NaiveDateTime, DateTime] do
Expand Down

0 comments on commit eab0d81

Please sign in to comment.