Child to Parent communication in LWC
Let's start by creating two components
Parent Component: parentAccountLwc
Child Component: childAccountLwc
The Parent Component will display the Account Name communicated by the Child Component which will have a picklist of contacts.
On selectin...
shariquekalam.hashnode.dev3 min read