Create Quick Actions with Lightning Web Components(LWC) and learn how to use Lightning Web Components for Quick Action (Headless and Screen).
Tag: Quick Action
Close Quick Action from Lightning Web Components
Lightning Web Components are not supported in Quick Action. But we can encapsulate them in lightning components to overcome this. But the issue comes if we want to close Quick Action Modal from Lightning Web Components (LWC). As we don’t have native support here so we will use a quick hack here. Today we will…