Ajax events on text auto-compete fields using Select2 still buggy (SC 9.2.009)

With the latest SC version (9.2.009), ajax events in forms apps are now fired for auto-compete fields using Select2.

But there’ still an issue.

It’s easily reproducible in a form with just two fields:

  • An auto complete field set to Select2: "autocomp_field" [LIST]
  • Whit just one line of code in its onChange ajax event: "{text_field} = {autocomp_field};"
  • A plan text field: "text_field" [/LIST] When the ajax event is fired, "text_field" will show the previous value (before the change) of "autocomp_field" (!!!)

    Disabling Select2 everything works as expected: when the ajax event is fired, “text_field” will correctly show the just changed value of “autocomp_field”

    NetMake, please fix this issue!!

    Thanks

  • Same problem here

    Thank