mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
feat(searchbar): ionChange will only emit from user committed changes (#26026)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
export interface SearchbarChangeEventDetail {
|
||||
value?: string;
|
||||
value?: string | null;
|
||||
}
|
||||
|
||||
export interface SearchbarCustomEvent extends CustomEvent {
|
||||
|
||||
Reference in New Issue
Block a user