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

Improved knockout binding #447

Merged
merged 3 commits into from
Feb 13, 2015
Merged

Improved knockout binding #447

merged 3 commits into from
Feb 13, 2015

Conversation

Aaron-P
Copy link
Contributor

@Aaron-P Aaron-P commented Dec 3, 2014

Improves the initialization of the multiselect by waiting for other select related bindings to finish first.
Moved the subscription to other binder events to init so they aren't re-executed all the time.
Added support for value binding.
Added support for observable configuration properties.
Observable subscription rate-limited (by @IDisposable).
Simplified how selection changes are processed (simpler code, not sure about performance).

Improves the initialization of the multiselect by waiting for other select related bindings to finish first.
Moved the subscription to other binder events to init so they aren't re-executed all the time.
Added support for value binding.
Added support for observable configuration properties.
Observable subscription rate-limited (by @IDisposable).
Simplified how selection changes are processed (simpler code, not sure about performance).
@davidstutz
Copy link
Owner

Thanks! Would you also add some documentation of how to use the plugin with knockout? - This is still missing as I am not familiar with Knockout.

davidstutz added a commit that referenced this pull request Feb 13, 2015
Improved knockout binding.
@davidstutz davidstutz merged commit bfa88e4 into davidstutz:master Feb 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants