Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo CustomForm does not work on mobile #51

Open
juliacodes opened this issue Oct 6, 2020 · 1 comment
Open

Demo CustomForm does not work on mobile #51

juliacodes opened this issue Oct 6, 2020 · 1 comment

Comments

@juliacodes
Copy link

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?

@juliacodes
Copy link
Author

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.

Screen Shot 2020-10-06 at 1 30 53 PM

I don't know why its saying the input is undefined but only on mobile. This entire application works seamlessly on desktop.

Any help would be very appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant