You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with "ion-change" being specified literally that way, to listen to said event. Neither v-on:ionChange nor v-on:ion-change (with shorthands et cetera) are working anymore.
I noticed this after a dependency update that brought me to version 8.4.3 from version 8.4.1 - and also it went unnoticed because I personally only seldom use ionChange, relying most of the times on v-models.
NyaomiDEV
changed the title
ionic/vue behaves strangely since a few versions
ionic/vue ionChange not catchable in a straightforward way since update
Jan 30, 2025
I can confirm it.
I'm using Ionic Vue, 8.4.3 and it seems that after the update ALL @ionChange and @ionInput events are not working anymore, of all components (ion-range, ion-input etc).
The event handler gets not triggered.
I downgraded to 8.4.2 and it's working fine.
In my code I have to do, for example:
with "ion-change" being specified literally that way, to listen to said event. Neither
v-on:ionChange
norv-on:ion-change
(with shorthands et cetera) are working anymore.I noticed this after a dependency update that brought me to version 8.4.3 from version 8.4.1 - and also it went unnoticed because I personally only seldom use ionChange, relying most of the times on v-models.
(My project is https://github.com/NyaomiDEV/Ampersand if you want to know more)
Also, I was able to reproduce it minimally on StackBlitz: https://stackblitz.com/edit/vj18czas?file=src%2FApp.vue
The text was updated successfully, but these errors were encountered: