telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
212 stars 37 forks source link

MultiSelect does not implement valueRender prop #480

Closed stefanhamburger closed 4 years ago

stefanhamburger commented 4 years ago

The MultiSelect component has a valueRender prop, however this prop is not implemented.

Example: https://stackblitz.com/edit/react-3fvuna?file=app/main.jsx

Note how the console contains messages from DropDownList's itemRender and valueRender, as well as MultiSelect's itemRender, but nothing for MultiSelect's valueRender. (The StackBlitz preview does not work for me ATM but you can see this behaviour when downloading the project and testing locally.)

Please either implement the valueRender prop, or remove it from the MultiSelectProps interface.

simonssspirit commented 4 years ago

Thank you for this.

The property for the MultiSelect is tagRender:

https://www.telerik.com/kendo-react-ui/components/dropdowns/api/MultiSelectProps/#toc-tagrender

We will investigate the valueRender and remove it if needed.

nstoychev commented 4 years ago

The valueRender prop is deprecated and will be removed.