Hi Syncfusion support,
I'm trying the following sample:
In the MultiselectChange method, I can't seem to get the Game text, only able to find the Game Id. So is there anyway to get the text value from the parameter of onChange event of Multiselect Dropdown?
<ejs-multiselect id='multiselect' :dataSource='sportsData' :fields='fields' popupHeight="250px" popupWidth="250px" placeholder="Find a game" :select="MultiselectChange"></ejs-multiselect> |
Hi Berly,
Thanks for the reply. This is what I get from my end
Some additional details:
- I'm using Vue 3, from your screenshot I assume you're using Vue 2
- I'm using syncfusion/ej2-vue-dropdowns version 19.3.56
Do you mind test it using Vue 3? Sorry for the hassle. Thanks in advance.
Regards,
Erwin
<ejs-multiselect id='multiselect' :dataSource='sportsData' :fields='fields' popupHeight="250px" popupWidth="250px" placeholder="Find a game" :select="MultiselectChange"></ejs-multiselect> |
Ah ok sorry for not paying attention. I will definitely try it out! Thanks for the help.
Regards,
Erwin
Hi sorry for the late reply, it works with the select event, thanks for the help!