diff --git a/guides/client/form-bindings.md b/guides/client/form-bindings.md index 6ee7115429..457f9825f9 100644 --- a/guides/client/form-bindings.md +++ b/guides/client/form-bindings.md @@ -27,7 +27,7 @@ defined in your own application, often encapsulating labelling, error handling, and more. Here is a simple version to get started with: attr :field, Phoenix.HTML.FormField - attr :rest, include: ~w(type) + attr :rest, :global, include: ~w(type) def input(assigns) do ~H"""