How to pass values from Child-to-Parent Lightning Aura component using Component Event

To pass values from child aura component to parent, i.e up the hierarchy we need to create a custom lightning event. FLOW OF A LIGHTNING EVENT Create > Register > Fire > Handle We create a component event and is registered in the child components and thereby handled by the parent component. A component event is fired by …

Read moreHow to pass values from Child-to-Parent Lightning Aura component using Component Event

error: Content is protected !!