var defaultValueArr = [];
Details.map((Det)=>{
Det.profile_name.split(',').map((e)=>{
defaultValueArr.push({ label:e, value: e});
});
});
if i select profilename passing their id .but here i select profilename then profile is only passing
var defaultValueArr = [];
Details.map((Det)=>{
Det.profile_name.split(',').map((e)=>{
defaultValueArr.push({ label:e, value: e});
});
});
if i select profilename passing their id .but here i select profilename then profile is only passing
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ganesan CPosted Aug 14, 2021, 2:04 AM