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
I've looked further into this issue and used the Safari mobile debugging tool to view the console from my device. The actual onClick event is firing, but the onValidated function is resulting in an error.
I don't know why its saying the input is undefined but only on mobile. This entire application works seamlessly on desktop.
I'm using the demo's custom form and when testing it on mobile I realized that the customForm submit button isn't firing the onValidated event.
When I noticed the problem in my own code, I realized that the demo version also doesn't work on mobile either.
Is this a simple change or is there a complex issue with the demo that is breaking the validation?
The text was updated successfully, but these errors were encountered: