feat(searchbar): ionChange will only emit from user committed changes (#26026)

This commit is contained in:
Amanda Johnston
2022-10-03 15:08:43 -05:00
committed by GitHub
parent 4cb32b6c6b
commit b052d3b262
17 changed files with 303 additions and 71 deletions

View File

@ -1,5 +1,5 @@
export interface SearchbarChangeEventDetail {
value?: string;
value?: string | null;
}
export interface SearchbarCustomEvent extends CustomEvent {