Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70612

Ion-input Event list?

$
0
0

@nanexcool wrote:

I had to switch from using an ion-input to a regular input because events weren't being fired.

I tried:

<ion-input (blur)="onBlur($event)" (focus)="onFocus($event)" type="text"></ion-input>

and it didn't work. But this did:

<input (blur)="onBlur($event)" (focus)="onFocus($event)" type="text" />

Does the ion-input not expose all input events?

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>