Hello,
I have an input, really basic, with a keypress event:
<ion-input [formControl]=“phone” (keypress)=“phoneKeyPress($event)” [brmasker]="{mask:’(00) 00000-0000’, len:15}" type=“tel”>
and when i input any key, the event works fine, but when i press the next button, this guy:
The event is not triggered.
Anyone know how to handle this?