### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success. ### Ionic Framework Version v8.x ### Current Behavior Setting debounce value on ion-input to debounce ionInput event has no effect, it triggers immediately. ### Expected Behavior Debounce ### Steps to Reproduce ```html <ion-input [debounce]="1200" (ionInput)="onInput()" type="search" ></ion-input> ``` ### Code Reproduction URL https://stackblitz.com/edit/stackblitz-starters-reckxn?file=src%2Fmain.ts ### Ionic Info See repl ### Additional Information _No response_
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
Setting debounce value on ion-input to debounce ionInput event has no effect, it triggers immediately.
Expected Behavior
Debounce
Steps to Reproduce
Code Reproduction URL
https://stackblitz.com/edit/stackblitz-starters-reckxn?file=src%2Fmain.ts
Ionic Info
See repl
Additional Information
No response