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 095600c commit 27881c2Copy full SHA for 27881c2
src/LiveComponent/CHANGELOG.md
@@ -9,6 +9,9 @@
9
it finishes. Then, all queued changes (potentially multiple model updates
10
or actions) will be sent all at once on the next request.
11
12
+- Added the ability to add `data-loading` behavior, which is only activated
13
+ when a specific action is triggered - e.g. `<span data-loading="action(save)|show">Loading</span>`
14
+
15
## 2.4.0
16
17
- [BC BREAK] Previously, the `id` attribute was used with `morphdom` as the
0 commit comments