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
{{ message }}
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.
I don't believe that is customizable out of the box. But you could copy the source code in index.tsx and customize it to your liking. On line 162, there is an onClick handler for the 'Next' Button, so you could start working from there.
EDIT: Just looked a little more into how the component works and I think you could do this in your validators. Maybe validate, if valid, submit data and return true. If not valid return false.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am also using react-hook-form, anyone has ideas to work with both? Thanks
The text was updated successfully, but these errors were encountered: