feat(input, textarea): change default debounce to undefined (#26073)

Co-authored-by: Sean Perkins <sean@ionic.io>
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
Amanda Johnston
2022-11-09 13:55:20 -06:00
committed by GitHub
parent d72390132a
commit c45d05476b
7 changed files with 35 additions and 11 deletions

View File

@ -1086,7 +1086,7 @@ export namespace Components {
/**
* Set the amount of time, in milliseconds, to wait to trigger the `ionInput` event after each keystroke.
*/
"debounce": number;
"debounce"?: number;
/**
* If `true`, the user cannot interact with the input.
*/
@ -2754,7 +2754,7 @@ export namespace Components {
/**
* Set the amount of time, in milliseconds, to wait to trigger the `ionInput` event after each keystroke.
*/
"debounce": number;
"debounce"?: number;
/**
* If `true`, the user cannot interact with the textarea.
*/