Skip to content

Angular [text] binding not working #33

@elonmallin

Description

@elonmallin

It seems like binding the text property in angular doesn't work.

My app.module.ts:

import { registerElement } from "nativescript-angular";
registerElement("NumericKeyboard", () => require("nativescript-numeric-keyboard").NumericKeyboardView);

My html file where I use the keyboard:

<Label [text]="price"></Label>
<NumericKeyboard [text]="price"></NumericKeyboard>

The price property isn't updated in the <Label>. If I were to have a normal <TextField> the binding works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions