We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use slot #value on dropdown editable
No response
https://stackblitz.com/edit/vitejs-vite-z5w1vrxz?file=src%2FApp.vue
Vuejs, primevue, radash, vite ...
3.4.21
3.52
23.5
Create a dropdown, and override de rendering using the #value
Add the editable properties on the dropdown and see the slot not working anymore :/
Slot rendering continue to be used ( with extra verification added in the template ( v-if like the exemple to display placeholder ... )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Can't use slot #value on dropdown editable
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/vitejs-vite-z5w1vrxz?file=src%2FApp.vue
Environment
Vuejs, primevue, radash, vite ...
Vue version
3.4.21
PrimeVue version
3.52
Node version
23.5
Browser(s)
No response
Steps to reproduce the behavior
Create a dropdown, and override de rendering using the #value
Add the editable properties on the dropdown and see the slot not working anymore :/
Expected behavior
Slot rendering continue to be used ( with extra verification added in the template ( v-if like the exemple to display placeholder ... )
The text was updated successfully, but these errors were encountered: