Improved knockout binding
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).
Showing
Please register or sign in to comment