mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(): build and lint
This commit is contained in:
@ -1838,7 +1838,7 @@ has been changed.
|
||||
When `clearOnEdit` is enabled, the `ionInput` event will be fired when
|
||||
the user clears the textarea by performing a keydown event.
|
||||
*/
|
||||
ionInput: EventEmitter<CustomEvent<InputEvent | null>>;
|
||||
ionInput: EventEmitter<CustomEvent<InputEvent>>;
|
||||
/**
|
||||
* Emitted when the input loses focus.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user