Commit d161d8d
committed
bug #2401 [LiveComponent] Fix checkbox/radio value matching (smnandre)
This PR was merged into the 2.x branch.
Discussion
----------
[LiveComponent] Fix checkbox/radio value matching
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | Fix #...
| License | MIT
It seems we let [some changes](b406997#diff-9e1dc5b957786f187f0ba493e27e3324bf16cac1129765adacfc2b26b41b6adbR82) appear using linter/formater.. and this time the fuzzy comparaison was intended.
This PR revert those changes to bring back some flexibility and better value matching.
Commits
-------
9c4c0af [LiveComponent] Fix checkbox/radio value matchingFile tree
2 files changed
+18
-34
lines changed- src/LiveComponent/assets
- dist
- src
2 files changed
+18
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
265 | 262 | | |
266 | 263 | | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 264 | + | |
273 | 265 | | |
274 | 266 | | |
275 | 267 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
100 | 98 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 99 | + | |
| 100 | + | |
108 | 101 | | |
109 | | - | |
110 | 102 | | |
111 | 103 | | |
112 | 104 | | |
| |||
0 commit comments