Hi Team,
I am using syncfusion react MultiSelectComponent with mode:CheckBox.
On SELECT event I am gettting only one value of latest selected option
On CHANGE event I am getting all selected values.
I want all selected values on SELECT event (just like CHANGE event)
Is there any way to achieve this ..?