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
Hi, i would like make a component with nested 2 anoter components with this same type:
exportclassWidgetextendsMinzeElement{// html templatehtml=()=><input-datepickerplaceholder="ZZZZZ"></input-datepicker><input-datepickerplaceholder="YYYY"></input-datepicker>}
I need bubble out a value from each component and handle in diffrently in Widget component.
How to reach this? I saw a dispach way, but if i had this same type of components it's ugly way....
ideal way will be:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, i would like make a component with nested 2 anoter components with this same type:
I need bubble out a value from each component and handle in diffrently in Widget component.
How to reach this? I saw a dispach way, but if i had this same type of components it's ugly way....
ideal way will be:
But i dont know how to bubble out event form child.
Beta Was this translation helpful? Give feedback.
All reactions