You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you click either button, the other doesn't receive the new value. Also, the observer in the parent only fires when the button in the parent is clicked, not the child.
This is true in all 1.x versions by the looks of it.
Is this just by design? If so, what is the recommended way of dynamically creating elements like the above? The tag name needs to be computed in my case.
The text was updated successfully, but these errors were encountered:
Description
When creating child elements dynamically like so:
Change notification ("two-way binding") is essentially lost. If the parent changes
item
in some way, the child is never notified and vice versa.Example:
Here.
If you click either button, the other doesn't receive the new value. Also, the observer in the parent only fires when the button in the parent is clicked, not the child.
This is true in all 1.x versions by the looks of it.
Is this just by design? If so, what is the recommended way of dynamically creating elements like the above? The tag name needs to be computed in my case.
The text was updated successfully, but these errors were encountered: