Still issues with Ajax events for auto-compete fields using Select2

SC version 9.2.010
.
Ajax events in forms apps for auto-compete fields using Select2 are fired, but stil have issues

It’s easily reproducible in a form with:

  • An auto complete field set to Select2, e.g. named "autocomp_field"
  • This code in its ajax onChange event: " sc_ajax_message({autocomp_field}); " (a message to show the field value)
The issue: when the auto complete field value is changed, the message will show the previous value (before the change) of "autocomp_field" (!!!)

Disabling Select2 everything works as expected: the message will show the current (just selected) value of “autocomp_field”

@NetMake, please fix this issue.

Thanks

UPDATE : the same issue applies to Select fields set to Select2.