Skip to main content
February 17, 2021
Question

Upon Clicking on a button where validate is true, then it validates all the fields but if we click on cancel button then even after making validate as false, the validation showing Enter a value is not disappearing.

  • February 17, 2021
  • 1 reply
  • 0 views

Hi,

Initially when clicked on submit button where validate is true, this will validate and show messages like "Enter a value" for each field.

Now when i again click on the another Cancel button where validate is false, then the validation is still showing  " Enter a value" should be disappeared. which is not happening now.

    1 reply

    mikes0011
    Brainy
    February 17, 2021

    Are you trying this in a live Task Instance, or just in the Interface Editor?  Because I've noticed this behavior before in the Interface Editor, but it doesn't affect actual task instances, presumably because the task submits prior to the form evaluating validations.

    The Expression Guru