Replies: 2 comments 2 replies
-
Hi, Did you try to add closeDialog function?
Could I be missing something? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Data saving can be done with some additions
Completed demo: https://stackblitz.com/edit/wqlat6-bdpfwf |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I like the idea of DynamicDialog. But I was always struggling with having the footer in it's own component, as the documentation shows.
If I have a save button in a separate footer component, how would I handle saving when all my data is in the DialogContent?
Now I have found a nice solution with Teleport to have the footer in the same component as the content.
I thought I would share it with you:
https://stackblitz.com/edit/wqlat6-udssdh?file=src%2Fcomponents%2FProductListDemo.vue
Beta Was this translation helpful? Give feedback.
All reactions