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
You can add unique id as a string
eg. if you have multiple id in a array oldids= [{id:1,name:'x'},{id:2,name:'y'}]
just get all ids as a string in a array =
let newIds = oldIds.map(item=>item?.id.toString())
Hello, Is there any options to selected automatically coming from database .
I passed my single select key as an array but it is not being selected. Should i need to trigger once i pass the value to state ?
When i pass direct value to state then it get selected but when i pass in multiselect selected items then it didn't being selected
Thanks
The text was updated successfully, but these errors were encountered: