We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dbf7f commit eab0d81Copy full SHA for eab0d81
lib/phoenix_html/form.ex
@@ -232,6 +232,8 @@ defmodule Phoenix.HTML.Form do
232
won't be ignored on submission. This requires however
233
that the textarea is rendered with no spaces after its
234
content
235
+
236
+ All other values are HTML escaped.
237
"""
238
def normalize_value("datetime-local", %struct{} = value)
239
when struct in [NaiveDateTime, DateTime] do
0 commit comments