trailheadapps / lwc-recipes

A collection of easy-to-digest code examples for Lightning Web Components on Salesforce Platform

Home Page:https://developer.salesforce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of nested modals

joeythomaschaske opened this issue · comments

Summary

I'd like to see an example of creating nested modals.

A nested modal may happen when while creating a new record, it requires a lookup record that needs to be created as well.

Here is an example of out of the box salesforce and nested modals:

Screen Shot 2021-12-29 at 8 32 36 PM

it is unclear how to properly use nesting with modals in the SLDS documentation and the recipes repo

Suggested Solution

No response

Alternative Solutions

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Welcome! 👋

Thank you for posting this issue. 🙇🏼‍♂️ We will come back to you latest within the next 48h (working days). Stay tuned!

Hi @joeythomaschaske, Thank you for submitting the request. We will review and work on it.

Flagging this as stale, as there was no recent activity within the last 14 days. 🧐

This example can be an extension of the existing MiscModal recipe. Can you please check that recipe? You can find more discussion on that in this PR.