We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068692e commit a6408e5Copy full SHA for a6408e5
lib/phoenix_component.ex
@@ -3063,8 +3063,10 @@ defmodule Phoenix.Component do
3063
and therefore only works with the `href={...}` attribute. It has no effect on `patch`
3064
and `navigate` instructions.
3065
3066
- In case the method is not `get`, the link is generated inside the form which sets the proper
3067
- information. In order to submit the form, JavaScript must be enabled in the browser.
+ In case the method is not `get`, the link is generated with the `data-method`
+ attribute that is intercepted by the `phoenix_html` JavaScript library to
3068
+ trigger a form submission. In order to submit the form, JavaScript must
3069
+ be enabled in the browser.
3070
"""
3071
)
3072
0 commit comments