Skip to content

Improved knockout binding#447

Merged
davidstutz merged 3 commits intodavidstutz:masterfrom
Aaron-P:master
Feb 13, 2015
Merged

Improved knockout binding#447
davidstutz merged 3 commits intodavidstutz:masterfrom
Aaron-P:master

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