We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db7a54 commit ad35701Copy full SHA for ad35701
core/src/components/searchbar/searchbar.tsx
@@ -302,10 +302,8 @@ export class Searchbar implements ComponentInterface {
302
/**
303
* Sets focus on the native `input` in `ion-searchbar`. Use this method instead of the global
304
* `input.focus()`.
305
- *
306
* Developers who wish to focus an input when a page enters
307
* should call `setFocus()` in the `ionViewDidEnter()` lifecycle method.
308
309
* Developers who wish to focus an input when an overlay is presented
310
* should call `setFocus` after `didPresent` has resolved.
311
*
0 commit comments