You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have accordion and accordion item component that are both containers. We are able to drop accordion item into accordion. And we would like to drop the other component to accordion item container.
Describe the solution you'd like.
We would like to see drop target for accordion and accordion item at the same time.
The text was updated successfully, but these errors were encountered:
Hi @paweljozwicki ,Thanks for helping us.
But we not able to drag any components to the parent accordion(Prime vue accordion) directly. When we edit the parent accordion, then able to drag those component easily.
1.Not able to drop here.
2.Able to drag the component here after edit submit.
Thanks, now I see the problem.
It's because Page Editor relies on HTML comments, but Vue removes them inside the rendered component.
According to documentation this should help.
After the edition, the DOM is changed and it doesn't display well, but comments required by Page Editor are available. It's why Drag & Drop is available.
Is your feature request related to a problem? Please describe.
We have accordion and accordion item component that are both containers. We are able to drop accordion item into accordion. And we would like to drop the other component to accordion item container.
Describe the solution you'd like.
We would like to see drop target for accordion and accordion item at the same time.
The text was updated successfully, but these errors were encountered: