You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
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.
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/
The text was updated successfully, but these errors were encountered: