You need to sign in to do that
Don't have an account?
teena jacob
pass attribute vale set in one component to another component in salesforce lightning
I have a popup in one lightning component which has a text field, the value entered in that field should need to pass to another lightning component so that I can perform the action based on the value in the 2nd component.
1. parent-child relation then you use Attributes or Methods
2. child-parent relation then you use Component Events
If two component doesn't have any relations
1. then you use Application Events
All Answers
1. parent-child relation then you use Attributes or Methods
2. child-parent relation then you use Component Events
If two component doesn't have any relations
1. then you use Application Events