Event (input) dosen't work
See original GitHub issueEvent (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:
- Created 3 years ago
- Reactions:3
- Comments:15
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Is this bug being solved? This is a very serious problem for componte’s life.
it works with key events though