feat(select): add event for when overlay is dismissed (#24400)

This commit is contained in:
Amanda Smith
2021-12-14 09:33:53 -06:00
committed by Sean Perkins
parent c666deca4d
commit b835b7c0c7
7 changed files with 38 additions and 7 deletions

View File

@ -699,6 +699,7 @@ export const IonSelect = /*@__PURE__*/ defineContainer<JSX.IonSelect>('ion-selec
'value',
'ionChange',
'ionCancel',
'ionDismiss',
'ionFocus',
'ionBlur',
'ionStyle'