Hi Alex,
Is it possible to react to the “validation” of Auto Complete. For example, can I call a custom function based on if the input value is found/not found? Similarly like you display Red/Green?
It seems only the “Valid” callback is working as expected?.
If I clear the field or leave partial text (invalid selection) in the field, I don’t get the expected alerts (‘spjs_ac_invalidSelectionCallback’,’spjs_ac_clearSelectionCallback’). Is there anything different that has to be set for those?