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

When using Stickit and Trackit with a select unsavedAttributes() doesn't seem to work. #17

Open
dgsan opened this issue Nov 4, 2014 · 1 comment

Comments

@dgsan
Copy link

dgsan commented Nov 4, 2014

When I create a select binding with Stickit, Trackit unsavedAttributes() don't seem to update. Not sure if Trackit is still supported/working or if I'm using it wrong, but a basic demo:
http://jsfiddle.net/UJmGD/771/

@scott-kennedy
Copy link

You need to call model.startTracking() in order to start tracking changes so you'd probably want to call this.model.startTracking() in your initialize function.

This issue should be closed though perhaps a readme update is warranted to make this a bit more clear.

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

2 participants