DropDownList doesn't seem to work with arrays of objects as values

Hello,

I have been trying to make the DropDownList work with values that contain arrays of objects. While there's no error message, it's also not working.

Please see https://stackblitz.com/edit/react-dcj27n?file=index.js and let me know if I am doing something wrong.


1 Reply

UD UdhayaKumar Duraisamy Syncfusion Team October 23, 2024 05:57 AM UTC

In the sample you shared, a multiple nested object data source is mapped to the Dropdown List. Currently, the Dropdown List component supports only first-level nested object data sources. However, we have considered your request for “Need to provide support for binding the value property of a dropdown to a second-level nested object data” as a feature request. We do not have immediate plans to implement this feature. During the planning stage for each release cycle, we review all open features and prioritize them based on feature rank, customer requests, and the volume of the wish-list.


You can track the status of this feature request through the following portal link:

Need to provide support for binding the value property of a dropdown to a second-level nested object data in React | Feedback Portal


To help prioritize this feature, please cast your vote. If you have additional specifications or suggestions, feel free to add them as a comment.


Loader.
Up arrow icon