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
The code selection highlight color for the API tab - it is almost invisible.
The FEATURES tab uses a dark background for code and uses a light selection highlight color, and the API tab has a light background and light highlight is not visible
Describe the bug
I am trying to send events from a dynamic dialog as shown in the example in your documentation:
https://primevue.org/dynamicdialog/#events
However, this does not work. Maybe I'm doing something wrong?
index.vue
ExampleDialog.vue
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/nuxt-starter-mecvw6bm?file=pages%2Findex.vue,components%2FExampleDialog.vue
Environment
macOS Sequoia, Google Chrome
The problem reproducible in stackblitz
Vue version
3.5.13
PrimeVue version
4.2.5
Node version
v18.19.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
I expected the event to be passed to the page and an alert to occur. But this does not happen.
The text was updated successfully, but these errors were encountered: