As per the title, customInput with IonInput (Ionic Framework) not triggering onChange nor onValueChange events. I suppose this is because IonInputhas the ionChangeevent rather than plain "change". Is there any way to "remap" this?
A snippet of what I'm trying to achieve, in combination with react hook form:
As per the title,
customInput
withIonInput
(Ionic Framework) not triggeringonChange
noronValueChange
events. I suppose this is becauseIonInput
has theionChange
event rather than plain "change
". Is there any way to "remap" this?A snippet of what I'm trying to achieve, in combination with react hook form: