You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GroupRequired validation is not working properly, issue is error message is being shown for all alternative fields. Error message should not be shown for all fields it should show only for first field of that group when atleast one field from that group is not filled.
In demo its working fine but with lastest version (2.6.2) its not working as expected. For that I compared the js file which is using in the demo site and 2.6.2. In case "groupRequired":continue statement is missing, I just wanted to know which JS file is latest one with recent bug fixes in either and why continue statement is missing in this js.
The text was updated successfully, but these errors were encountered:
GroupRequired validation is not working properly, issue is error message is being shown for all alternative fields. Error message should not be shown for all fields it should show only for first field of that group when atleast one field from that group is not filled.
In demo its working fine but with lastest version (2.6.2) its not working as expected. For that I compared the js file which is using in the demo site and 2.6.2. In
case "groupRequired":
continue
statement is missing, I just wanted to know which JS file is latest one with recent bug fixes in either and whycontinue
statement is missing in this js.The text was updated successfully, but these errors were encountered: