Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Bindings made directly to an input's value property don't function #14

@sorvell

Description

@sorvell
<input value="{{foo}}"> works.

however, if I have this model, where the input property is a reference to the element:
model = {input: input};

a binding to input.value does not work:

<div>{{input.value}}</div>

Can this be fixed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions