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};"
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