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

document custom binding evaluation ordering configuration with after attribute #2567

Open
miellaby opened this issue Apr 30, 2021 · 0 comments

Comments

@miellaby
Copy link
Contributor

miellaby commented Apr 30, 2021

In knockout source code:

ko.bindingHandlers['checked'] = {
    'after': ['value', 'attr'],
 ...

The possibility to control the order of binding evaluation is not documented. And yet it is convenient to integrate a third party piece of code which enhances a well defined element (that is after attr, css, ... evaluation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants