Mikael Eriksson
The documentation of the onchange event says this:
Description:
This event is triggered when there is a change detected.
Example:
return confirm(“Are you sure you want to change date?”)
Which sort of implies that if the user answers “No” the date will not change. However, the date seems to be changed before the onChange callback is called and regardless of the return the date is not changed.
Versions: BPM 8.5.7, SPARK-UI, 4.4.3 TRIAL
SPARK Support
Hi Mikael,
You are correct. The On Change event is triggered when the data has already changed and does not really support the return of false.
In this case, I will correct the example code in the article.
Regards,
Stephen P.