-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
When typing in the ion-searchbar input, no ionChange event is triggered
changing the debounce property to undefined, 0 or another value doesn't help
only blurring the field triggers the event
Expected Behavior
from v7 migration guide: "ionChange is only emitted from user committed changes, such as typing in the searchbar"
Steps to Reproduce
Go to https://ionicframework.com/docs/api/searchbar#debounce
Search for "York", wait few seconds: nothing happens
blur the input: works as expected
Code Reproduction URL
https://ionicframework.com/docs/api/searchbar#debounce
Ionic Info
Ionic:
Ionic CLI : 6.20.6 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/react 7.0.2
Capacitor:
Capacitor CLI : 4.6.1
@capacitor/android : 4.7.0
@capacitor/core : 4.7.0
@capacitor/ios : not installed
Utility:
cordova-res : 0.15.4
native-run : 1.7.1
System:
NodeJS : v19.9.0 (/usr/local/Cellar/node/19.9.0/bin/node)
npm : 9.6.3
OS : macOS
Additional Information
No response