-
Notifications
You must be signed in to change notification settings - Fork 69
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
Set/Get out of order for keydown event #31
Comments
I'm not sure if DOM events should be fired after model events. Perhaps Have you tried the input type search? It updates the model upon On Jul 27, 2011, at 6:21 AM, individual11
|
I will give that a try. I guess I could also force the model to change manually in the event. Now I'm thinking a bit more about the logic, I see why change is firing after keydown . Thanks much, you can close the issue if you want since you're right, I just wasn't thinking about it logically. |
No problem, good luck! |
Maybe I'm doing it wrong, but some events fire before set is fired and some fire after.
And the problem with using change as the event is that it fires when the input loses focus if the value is different.
The text was updated successfully, but these errors were encountered: