final-form / final-form/react-final-form
Links after custom error component don't open
- Dominant language
- JavaScript
- Stars
- 7.4k
- Forks
- 497
- PR merge metrics
- No merged PRs in 30d
Description
### Are you submitting a **bug report** or a **feature request**?
Bug
### What is the current behavior?
In a form using the custom error component, links that are after it don't work.
- first input has focus
- I click on the link below
- the error appears, but the link is not opened
- when I click again on the link the link is opened
### What is the expected behavior?
- the error should appear, as I blured the input
- the link should open on the first click
### Sandbox Link
https://codesandbox.io/s/confident-germain-smxsp?fontsize=14&hidenavigation=1&theme=dark
### What's your environment?
React Final Form's code sandbox
### Other information
https://stackoverflow.com/questions/60511037/link-inside-react-final-form-does-not-work
Contributor guide
Assessment
This issue has not been assessed yet.