-
-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
Milestone
Description
Please include a clear and concise description of the feature or enhancement you would like to have added to the project.
Hi,
Options object has label and value. like options = [{label:"a",value:"b"}]
But data is coming with different keys, like options = [{id:"a",name:"b"}]
Is there any way by which we can make the component to understand to pick id as value and name as label?