petalframework / petal_components

Phoenix + Live View HEEX Components
https://petal.build/components
MIT License
767 stars 84 forks source link

Add value when closing modal to support nested modal #287

Open panasun opened 6 months ago

panasun commented 6 months ago

This PR will send close_modal event with modal id as a params when closing. This will help to detect nested modal closing.

mplatts commented 5 months ago

I think this PR has created a conflict: https://github.com/petalframework/petal_components/pull/283

Would you mind rebasing?