Commit ee04e36
authored
chore(update): improve (#1186)
Performing an update action (append, prepend, replace, replace-inner)
with a delay requires that the behavior element has an id. The
`basic-forms` demo was missing an id so was non functional.
- Added an error to warn developers of this condition
- Fixed the demo by adding an id to the element
| Before | Error | After |
| -- | -- | -- |
|

|

|

|
[Asana](https://app.asana.com/1/47184964732898/project/1204008699308084/task/1210535376481469?focus=true)1 parent 807c411 commit ee04e36
2 files changed
Lines changed: 13 additions & 0 deletions
File tree
- demo/backend/advanced/case-studies/basic-forms
- src/core/components/hv-root
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
488 | 489 | | |
489 | 490 | | |
490 | 491 | | |
| 492 | + | |
491 | 493 | | |
492 | 494 | | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
493 | 505 | | |
494 | 506 | | |
495 | 507 | | |
| |||
0 commit comments