Change in behaviour of Combobox onAction in Servoy Latest TiNG

I have just noticed a change in the behaviour of the Combobox onAction property in Servoy Latest (TiNG).
In a solution I have in Version: 2024.3.2.3945 (NG Client), I have attached a method to the onAction of a Combobox that lets me replace some text in a text area by the value of a form variable linked to the combobox (so I can insert mail merge like tags in to an email body to be replaced dynamically in use).
The newest Servoy (& possibly/probably other versions in between) TiNG Combobox, added as either a Bootstrap Component, or ‘Servoy Classic/Default’, the onAction does not fire when I choose a value from the value list associated with the combobox, but DOES fire when called from the ‘onDataChange’ event instead…
I don’t want to use onDataChange as that means a change in user behaviour (having to switch from one value to another if wanting to use same value again…)
Is this a bug (I’m assuming it is & once again I am going to have to file a support case) ??
[If it is a bug, this is very poor QA from Servoy as surely this should have been tested???]
Thanks
Rafi

It seems its not even a bug as in some code is not working as it should be.
But this is not implemented at all in TiNG there is not really any code for this, there is only code in the base that handles keydowns (but you don’t press any key)

so until now this was just nog really used by anyone, and there where also not tests for this (for component testing we are in the process of moving to Cypress and that does test already quite a bit around the combobox but not the onaction also)

We created a case for this: Jira

Thank you!
(looks like it’s fixed already :wink: )