Commit 91fb6d6
committed
bug #384 [LiveComponent] Fixing bug with <form data-model not set to any value (weaverryan)
This PR was merged into the 2.x branch.
Discussion
----------
[LiveComponent] Fixing bug with <form data-model not set to any value
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Tickets | None
| License | MIT
An oversight from #378: you should be allowed to simply say `<form data-model>` without setting `data-model` to any value.
Cheers!
Commits
-------
22ed9fb Fixing bug with <form data-model not set to any valueFile tree
2 files changed
+3
-3
lines changed- src/LiveComponent/assets
- src
- test/controller
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments