question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, I’m having problems using ngModel in DevEx components. For example, the following snippet:

<dx-number-box name="amt"
                   [(ngModel)]="selectedAmount"
                   id="amt"
                   [width]="200"
                   [mode]="number"
                   required
                   (keyup)="AmteventHandler($event)"
                   style="float: left;"
                   [showClearButton]="true">
</dx-number-box>

will result in the following error: “No value accessor for ‘’”

while a regular html input field like this:

<input id=“amt” name=“amt” type=“number” step=“any” [(ngModel)]=“selectedAmount” (keyup)=“AmteventHandler($event)” style=“height: 30px; float: left” required />

works without a glitch. Any work-around or suggestions are highly welcome.

Best regards and thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:30 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dxvladislavvolkovcommented, Sep 5, 2016

Hello!

We have created an example and it works correctly. Please clarify what steps we should perform to reproduce the error.

1reaction
oliroycommented, Sep 1, 2016

Sounds good. Will wait on DevEx to respond with an ETA as I also had a issue open with their support.

Read more comments on GitHub >

github_iconTop Results From Across the Web

System Of A Down - Question! (Official HD Video) - YouTube
Official HD music video for ” Question !" by System of a DownListen to System of a Down: https://SystemOfADown.lnk.to/listenYDSubscribe to the ...
Read more >
Question Definition & Meaning - Merriam-Webster
Kids Definition ; a · something asked. try to make your questions brief ; b · a topic to be talked or argued...
Read more >
Question Definition & Meaning | Dictionary.com
a problem for discussion or under discussion; a matter for investigation. a matter of some uncertainty or difficulty; problem (usually followed by of):...
Read more >
Meaning of question in English - Cambridge Dictionary
a sentence or phrase used to find out information: The police asked me questions all day. Why won't you answer my question?
Read more >
Question - Wikipedia
A question is an utterance which serves as a request for information. Questions are sometimes distinguished from interrogatives, which are the grammatical ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found