Skip to content

Commit 19f81cc

Browse files
authored
Update CoreComponents template documentation for hidden input support (#6510)
1 parent 933a182 commit 19f81cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/templates/phx_web/components/core_components.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ defmodule <%= @web_namespace %>.CoreComponents do
135135
* For live file uploads, see `Phoenix.Component.live_file_input/1`
136136
137137
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
138-
for more information. Unsupported types, such as hidden and radio,
139-
are best written directly in your templates.
138+
for more information. Unsupported types, such as radio, are best
139+
written directly in your templates.
140140
141141
## Examples
142142

0 commit comments

Comments
 (0)