-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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.
asharghi
Metadata
Metadata
Assignees
Labels
No labels