ember-modal-dialog icon indicating copy to clipboard operation
ember-modal-dialog copied to clipboard

Nested modals

Open lougreenwood opened this issue 6 years ago • 0 comments

Hi,

I have a set of nested modals, the parent modal contains buttons which open child modals.

I'd like to close the parent modal when opening a child modal. I've tried yielding the parent modal's closeModal action and then triggering that when a child is opened, but that just seems to close all modals.

Perhaps I'm doing something wrong, or perhaps the closeModal action closes all modals and not just the specific modal which yielded it?

lougreenwood avatar May 06 '18 13:05 lougreenwood