-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Not marking as dirty if autofocused element is changed #50
Comments
Edit: if I "setClean" before focusing on the first field it seems to work. Not intuitive. I'll leave it up to you to close or fix. |
That's odd. I'll have a look at it at some point and see if it can be handled automatically. Cheers |
I got a hack for this:
|
Added pull request #73 to fix this problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a form (loaded via ajax, not sure if that is related) where I auto-focus the first field. If I type something in that field, the reload the page, it doesn't get flagged as dirty. If I click out of and into that field and change it it's fine. Likewise, if I tab to the next field, ctrl+tab back and type something it gets marked as dirty.
The text was updated successfully, but these errors were encountered: