Skip to content

Inconsistent behavior of d-dataUrlGet #514

@sergiocastelani

Description

@sergiocastelani

In following data key definition, when the value of refCode is changed, it triggers different behaviors depending on the data that is returned by the URL.

<div d-dataKey='refCode' d-dataType='value'></div>
<div d-dataKey='urlValue' d-dataUrlGet='~/getValue?code={{refCode}}'></div>

If urlValue has an object, the URL won't get triggered when the refCode is changed.
If urlValue has a primitive value, the URL will get triggered automatically when the refCode is changed.

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