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 using the name and id field as label and value respectively in my multi-select option array.
When I search the name it works fine, but I would also like to search using email as well. So is there any way I can achieve the same?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Below is my user array.
[{name:'joe',id:1, email:'[email protected]'}, {name:'zoya',id:2, email:'[email protected]'}, {name:'kim',id:3, email:'[email protected]'}, {name:'mark',id:4, email:'[email protected]'}]
I am using the name and id field as label and value respectively in my multi-select option array.
When I search the name it works fine, but I would also like to search using email as well. So is there any way I can achieve the same?
Thanks in advance.
The text was updated successfully, but these errors were encountered: