Ionic Event that Fires when changing the <ion-input>'s value with JavaScript

My project heavily used the (ionChange) event bound to and relies on logic in our client-side JavaScript to programmatically set this value, but we still expect this event.

With the breaking changes in Ionic v7 (ionic-framework/BREAKING_ARCHIVE/v7.md at f48bf8b118efa0be7c362ac50858e49a6f764adc · ionic-team/ionic-framework · GitHub) this no longer works.

Does anyone know of an event I can substitute that has the same behavior? Or do I have to rewrite the logic…

Thanks in advance.

When you manually change the value, just call a function :man_shrugging:t3:

You should definitely rewrite your app’s logic, because it matched the native behavior, that a change event is only emitted from user changes

1 Like