EddyVerbruggen / EddyVerbruggen/nativescript-numeric-keyboard

Angular [text] binding not working

Open
#33 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
34
Forks
7
PR merge metrics
No merged PRs in 30d

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:
```

```

The `price` property isn't updated in the ``. If I were to have a normal `` the binding works.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the registration in app.module.ts and the template containing the Label and NumericKeyboard bindings, then compare the working TextField binding with the reported behavior. Done means the price value updates the Label when used through NumericKeyboard as it does with TextField.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, typescript
Domain
mobile-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.