Commit e8074f9
committed
Call addActiveFormAttribute only after applying JS templates.
Call addActiveFormAttribute only after applying JS templates to properly initialize all JS widgets, including nested MultipleInputs. Otherwise, trying to get the settings of an embedded widget will result in a JS error because the widget itself has not yet been initialized.1 parent e00d527 commit e8074f9
File tree
3 files changed
+11
-10
lines changed- src/assets/src/js
3 files changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | 374 | | |
384 | 375 | | |
385 | 376 | | |
| |||
389 | 380 | | |
390 | 381 | | |
391 | 382 | | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments