Prevent pattern validation on focus exit | Community
Skip to main content
IainClucas
New Participant
May 24, 2023
Solved

Prevent pattern validation on focus exit

  • May 24, 2023
  • 1 reply
  • 502 views

We have a a requirement from our client that they want field to have patterns such as email address/ social security etc 

 

However, to do not want the validation to fire when the user tabs out of the field but rather when they click the link/button to go to the next section.

 

Is there a property in the field components that provides this functionality?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijay_Katoch

I think there is no such property, to achieve this you need to write the script in the click event of the link/button.

1 reply

Vijay_Katoch
Vijay_KatochAccepted solution
New Participant
May 25, 2023

I think there is no such property, to achieve this you need to write the script in the click event of the link/button.