Skip to content

Commit eab0d81

Browse files
committed
Improve docs
1 parent 02dbf7f commit eab0d81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/phoenix_html/form.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ defmodule Phoenix.HTML.Form do
232232
won't be ignored on submission. This requires however
233233
that the textarea is rendered with no spaces after its
234234
content
235+
236+
All other values are HTML escaped.
235237
"""
236238
def normalize_value("datetime-local", %struct{} = value)
237239
when struct in [NaiveDateTime, DateTime] do

0 commit comments

Comments
 (0)