@smcardle wrote:
Hi.
I’m using ionic 5 in a pure javascript environment, well actually ‘preact’, and am trying to trigger on the ionChange event. This does not work, neither does the standard onchange / change event for this component.
I do not want to use the oninput (which does fire) as it triggers for every keystroke but ignores the debounce setting…
How can I trigger on the ionChange / onchange / change event ???
With ion-button etc I have to use the click / onclick rather than the ionClick event which does not fire.
Any help here would be appreciated
Posts: 1
Participants: 1