-
Notifications
You must be signed in to change notification settings - Fork 217
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
Emiting change on blur #19
Comments
Hi, @mertkahyaoglu theinitial code comes from this SO question: I don't know why @brigand did put a onBlur listener, but in my experience I don't see much value in keeping it. My current |
Hello everyone. Here are my warm regards to everyone using contentEditable in general and contentEditable with React in particular. Here's a question: considering that the current solution won't work on IE11 because of this and by definition (I confess that I didn't take a look at the React Kind regards and thank you for your work. |
Hmmm I've just done some test and for me it seems onInput works fine on IE, however I've been reported there might be a problem on my app on IE11 where a text paste does not trigger onInput. I'll have to digg deeper another day |
The original |
Why do we need emitting change on blur? In my project, a save button is enabled if any of the inputs change but if the user changes nothing but just lose focus, it enables the button again.
Edit: #16 fixes the problem but 1.1.0 version is available on npm. Can we publish the 2.0.0?
The text was updated successfully, but these errors were encountered: