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

Programatic submission broken when using React 17 #2255

Closed
paintedbicycle opened this issue Feb 27, 2021 · 1 comment
Closed

Programatic submission broken when using React 17 #2255

paintedbicycle opened this issue Feb 27, 2021 · 1 comment

Comments

@paintedbicycle
Copy link
Contributor

paintedbicycle commented Feb 27, 2021

Prerequisites

Description

Likely related to this issue (though this is an unconfirmed hypothesis), it is no longer possible to submit forms programatically when using React 17 and this library. Thus, I have not been able to update my React dependency because of this library.

Programatic form submission never fires.

Steps to Reproduce

Simply make any form using programatic form submission and React 17

CodePen with React 16: https://codepen.io/paintedbicycle/pen/WNozvME (this works)
CodePen with React 17: https://codepen.io/paintedbicycle/pen/ZEBxGrR (this does not)

Both Pens are identical except for the React dependency.

Expected behavior

Programatic form submission should work the same was as regular form submission

Actual behavior

Programatic form submission doesn't proceed.

Version

2.4.2

@paintedbicycle
Copy link
Contributor Author

Closing as duplicate of #2104

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