feat(searchbar): add name property (#27737)

resolves #27675
This commit is contained in:
Nicolas Sandron
2023-07-17 17:43:00 +02:00
committed by GitHub
parent 64b75f27ac
commit 71310372c9
7 changed files with 39 additions and 2 deletions

View File

@ -681,6 +681,7 @@ export const IonSearchbar = /*@__PURE__*/ defineContainer<JSX.IonSearchbar, JSX.
'disabled',
'inputmode',
'enterkeyhint',
'name',
'placeholder',
'searchIcon',
'showCancelButton',