Hi everyone, I think I've found a bug in the datacardvalue OnSelect event.
For all of my controls I have an OnSelect event that saves the controls value before editing for audit trail purposes:
OnSelect --> UpdateContext({varAuditPreviousValue:DataCardValue16.Text});
This code works fine when you click into the cell before deleting and editing, but if you highlight the value text without first clicking into the cell, varAuditPreviousValue stays blank. If you click into the cell first, and then either backspace or highlight the text before editing, everything works as intended.
I can instruct the users to always click into the cell first, but that leaves a big gap in terms of audit trail. Can anyone think of a way to force the OnSelect event to fire?
Thank you and happy Friday!
-Mike