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
Have you checked this on later versions?
4.21.5 is our latest 4.x release
5.0.0-rc.100 is our most recent 5.x candidate (expecting to officially release within the next couple weeks)
Describe the bug
checkValidity
function always returnstrue
onreadOnly
forms.Version/Branch
4.15.1
To Reproduce
Steps to reproduce the behavior:
readOnly
totrue
checkValidity(submissionJson, true)
readOnly
tofalse
,checkValidity
returnsfalse
as expectedExpected behavior
Returns
false
on invalid forms even they are read only.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: