Skip to content

if binding evaluating to false delays invocation of koDescendantsComplete #414

Description

@brimimc

Migrating from knockout, I have component templates that have simple if binding checks like

<!-- ko if: showTabsList -->

if showTabsList is set to false, and we have a koDescendantsComplete() function, that function is never called. Only when showTabsList is set to true will koDescendantsComplete be called.

This appears to be similar behavior to knockout's completeOn: "render" option, but that's not what we want/need.

Is there any way to have koDescendantsComplete even when an if binding is bound to false?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions