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 292e61a commit 97271c9Copy full SHA for 97271c9
src/LiveComponent/CHANGELOG.md
@@ -32,14 +32,14 @@
32
Additionally, the `prevent` modifier (e.g. `prevent|save`) was removed. Replace
33
this with the standard Stimulus `:prevent` action option:
34
35
- ```diff
36
- <button
37
- - data-action="live#action
38
- + data-action="live#action:prevent"
39
- - data-action-name="prevent|save"
40
- + data-live-action-param="save"
41
- >Save</button>
42
- ```
+```diff
+<button
+- data-action="live#action
++ data-action="live#action:prevent"
+- data-action-name="prevent|save"
++ data-live-action-param="save"
+ >Save</button>
+```
43
44
- [BC BREAK] The `data-event` attribute was removed in favor of using Stimulus
45
"action parameters": rename `data-event` to `data-live-event-param`. Additionally,
0 commit comments