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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
other (Please do not submit support requests here (see above))
Current behavior:
Right now, the only option for passing values out of a child component to a parent is the '=' two way binding which everyone agrees should be avoided. Parent values will overwrite child values in this case.
Expected / new behavior:
With a '>' binding, an author could explicitly communicate that the child is going to be providing this value and whenever it changes, it should be set to this parent property. You also avoid the performance hit of the two way binding.
Minimal reproduction of the problem with instructions: