-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
2 form on page, focus working incorrect #8
Comments
having the same issue, but mine is only one form it focuses on the error that you focus last, it seems your example also has similar behavior |
That happens because
and focuses on first its get: Use |
The description leads to misunderstanding about how this decorator works: final-form#8
@erikras Hi! Can you please approve my PR, that corrects this misconception in the documentation? |
example: https://codesandbox.io/s/818ov6pok0
case:
What is the current behavior?
input in first form get focus
What is the expected behavior?
input in last form get focus
The text was updated successfully, but these errors were encountered: