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

Form submit swallowed #2571

Open
eric-burel opened this issue May 12, 2020 · 3 comments
Open

Form submit swallowed #2571

eric-burel opened this issue May 12, 2020 · 3 comments

Comments

@eric-burel
Copy link
Contributor

Form "submit" event seems swallowed by an "onChange" event when pressing enter.

This forces us to use "onKeyPress" currently, but that creates interference with input that may also use "enter" keypress. We treat textarea specifically to avoid issues but we still need to fix the underlying issue ; we should not need an onKeyPress listener.

@x5engine
Copy link
Contributor

why is it swallowed?

@eric-burel
Copy link
Contributor Author

Not sure, i didnt experience the bug myself so it might be related to some other input

@x5engine
Copy link
Contributor

ah then I guess needs reproduction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants