• Arta mant
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I have a lightning Web component like this:
Component A: Parent Component
Component B: Child Component
I'm calling Component B from Component A on button click.
I want to implent either of the below. Any suggestions/help appreciated.
1.  I want to close the Component A automatically when Component B popup model is showed up on button click.
2. Else I want close the Component A automatically when Component B popup model is closed.