-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
MultiSelect: is valueTemplate
missing?
#7137
MultiSelect: is valueTemplate
missing?
#7137
Comments
Yep definitely looks like its missing. |
I just noticed that there is primereact/components/lib/multiselect/MultiSelect.js Lines 857 to 871 in e433da4
Since this is not documented, the easiest fix would probably be to change the docs to
Maybe |
Thanks I am updating the Docs for |
Describe the bug
The MultiSelect template documentation mentions a
valueTemplate
property. However, it seems that it is not implemented forMultiSelect
(it is forDropdown
).See here for a demo: https://stackblitz.com/edit/vitejs-vite-hmrctz?file=src%2FApp.tsx
Reproducer
https://stackblitz.com/edit/vitejs-vite-hmrctz?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
valueTemplate
as mentioned in the MultiSelect docs.Expected behavior
MultiSelect should implement
valueTemplate
similar to the Dropdown component.The text was updated successfully, but these errors were encountered: