• Mikael Eriksson
    December 7, 2016 at 8:05 am #3253

    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
    December 9, 2016 at 11:59 am #3261

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search