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.

Event (input) dosen't work

See original GitHub issue

Event (input) dosen’t work, Im actually use google chrome

<input` type="text" (input)="calculatePrice(rowData)" currencyMask
                    [options]="{ prefix: ' ', thousands: '.', decimal: ',', max :'1000000'  }"
                    [(ngModel)]="rowData.amount">

Thanks

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:15

github_iconTop GitHub Comments

6reactions
ricardolermacommented, Feb 22, 2021

Is this bug being solved? This is a very serious problem for componte’s life.

2reactions
fabioemoutinhocommented, May 11, 2020

it works with key events though

Read more comments on GitHub >

github_iconTop Results From Across the Web

Input event not working if value is changed with jQuery val() or ...
Simple solution: Trigger input after you call val() : $input.trigger("input");. var $input = $("#myinput"); $input.on('input', ...
Read more >
Events: change, input, cut, copy, paste
Event: input. The input event triggers every time after a value is modified by the user. Unlike keyboard events, it triggers on any...
Read more >
Same file upload doesn't fire input event, even when clearing ...
In our use case, we do want it to fire again, and our workaround is adding an onClick event that sets inputEl.value =...
Read more >
HTMLElement: change event - Web APIs | MDN
The change event is fired for , , and elements when the user modifies the element's value. Unlike the input event, the change...
Read more >
Handling Events :: Eloquent JavaScript
For most types of events, the JavaScript event handlers are called before the default behavior takes place. If the handler doesn't want this...
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