Hello
I am trying to call an API using the selected options in a multi-select data grid. When selecting two options in the multi-select list, the API connected is called once per selected item instead of just calling the API once with both the selected options as parameter. If I set up a textbox to show the selected options and then take the values from that textbox when calling the API it also for some reason calls the API once per selected item, even though the textbox clearly shows both values. If I make a small change manually to the data in the textbox(remove and re-add a character) before calling the API using a button, it works as expected.
Does anyone have any ideas?