Symantec IGA

Expand all | Collapse all

Leaving a field with Validate on Change enabled refreshes the page

  • 1.  Leaving a field with Validate on Change enabled refreshes the page

    Posted Nov 12, 2015 01:13 PM

    Is there a way to stop this from happening?  In my create user task, I've enabled 'validate on change' and added in some javascript to verify the phone number format.  However, when i'm actually filling out the phone number field, everytime i leave the field (ie. press tab to go to next field), it refreshes the page and i'm sent back to the top of the page.



  • 2.  Re: Leaving a field with Validate on Change enabled refreshes the page

    Broadcom Employee
    Posted Nov 13, 2015 12:44 AM

    I think 'validate on change' is working as expected. It is supposed to be used when you want to validate as soon as attribute has been changed and it will reload the page. You can use page level validation JavaScript to avoid reload of page every time attribute is changed.