We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug:
<form onSubmit={formSubmit(this.handleSubmit)}> <input type="text" placeholder="username" value={username.value} {...username.events} /> <input type="password" placeholder="password" value={password.value} {...password.events} /> <button type="submit">Submit</button> </form>
username
password
formStatus.valid
false
handleSubmit
Please address the errors in the form
Possible Fixes:
formSubmit
Probably would fix #7
The text was updated successfully, but these errors were encountered:
Yep, this is a known issue. I'll get to this soon.
Sorry, something went wrong.
Also face this bug :(.
ffxsam
Successfully merging a pull request may close this issue.
Bug:
username
input.password
input gets focusformStatus.valid
isfalse
even when the inputs are correct sohandleSubmit
alertsPlease address the errors in the form
Possible Fixes:
formSubmit
.Probably would fix #7
The text was updated successfully, but these errors were encountered: