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 am having array like [{value:"Apple","desc":'iOS'},{value:"Google","desc":'android'}]
I need to show the object of array in first row in dropdown list not remaining rows.
When i select apple or google then that value is set to first row of dropdown and set second row value is empty.
I am having array like [{value:"Apple","desc":'iOS'},{value:"Google","desc":'android'}]
this.handleDropDown(value, index)} data={[{value:"Apple","desc":'iOS'},{value:"Google","desc":'android'}]} itemColor="rgba(0, 0, 0, .87)" />I need to show the object of array in first row in dropdown list not remaining rows.
When i select apple or google then that value is set to first row of dropdown and set second row value is empty.
Thank you.
The text was updated successfully, but these errors were encountered: