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

Cancelling Edit throws exception #32

Open
snuup opened this issue Jan 12, 2024 · 0 comments
Open

Cancelling Edit throws exception #32

snuup opened this issue Jan 12, 2024 · 0 comments

Comments

@snuup
Copy link

snuup commented Jan 12, 2024

  1. on blur is tied to submit
  2. cancelling edit removes the input element which fires blur before getting removed
  3. this blur event calls submit, but the element for editing is not there anymore

this is a nasty thing, i try to handle elegantly in another framework. faced the very same problem.

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