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
Due to PrimeTek's demanding roadmap for PrimeVue and the limited bandwidth of the core team, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨
@andrelec1 Could you go a little more in detail of what exactly you are trying to achieve? From my understanding you would like an option to set the default editable text into the input as the starting text value or is there more to it?
Currently when using the editable prop the value slot will not exist as there is no good way of transfering the contents of the slot into the text input.
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: