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
I'm using TreeSelect component to show the hierarchy of my apps and app's groups:
The issues found while using TreeSelect component are:
In the attached code I set the defaultValue of the tree select component to a group called 'All Applications' with the key DEFAULT_ALL_APPLICATIONS_NODE_KEY. But it doesn't get selected (see attached screenshot)
Also, the selectedNodeKey (if defined) should be selected in the tree select, i.e if the component receive a key as a prop (see props.selectedLocationId), then I expect it be seen as selected in the tree node.
For the protocol, you can see the TreeSelect have the respective options, and they are selectable.
Describe the bug
I'm using TreeSelect component to show the hierarchy of my apps and app's groups:
The issues found while using TreeSelect component are:
For the protocol, you can see the TreeSelect have the respective options, and they are selectable.
![Image](https://private-user-images.githubusercontent.com/18260079/412841155-af06edbd-6b9c-4ea3-8caf-07fbd320cc0b.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NjE5MjIsIm5iZiI6MTczOTY2MTYyMiwicGF0aCI6Ii8xODI2MDA3OS80MTI4NDExNTUtYWYwNmVkYmQtNmI5Yy00ZWEzLThjYWYtMDdmYmQzMjBjYzBiLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIzMjAyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM3ODI5ZjYxZDQ5OWJiZGU2NzljNzAyNzIzMzU5OGUyZTJjNGI2MDQ1YTQ2ZWQ3ZjRlNDRkMDRlODQ3NDMyYmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.dW3x6TQZtG9kR2y9LpSlaM96oYDOduxhuoObOZwSox0)
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-cgf3wyma?file=src%2FApp.vue
Environment
Nothing special just as provided below, see stackblitz link
Vue version
3.5.13
PrimeVue version
4.2.5
Node version
22.13.0
Browser(s)
Chrome
Steps to reproduce the behavior
Expected behavior
The text was updated successfully, but these errors were encountered: