Skip to content

Commit ad35701

Browse files
docs(searchbar): spacing in setFocus documentation
1 parent 9db7a54 commit ad35701

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/components/searchbar/searchbar.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,8 @@ export class Searchbar implements ComponentInterface {
302302
/**
303303
* Sets focus on the native `input` in `ion-searchbar`. Use this method instead of the global
304304
* `input.focus()`.
305-
*
306305
* Developers who wish to focus an input when a page enters
307306
* should call `setFocus()` in the `ionViewDidEnter()` lifecycle method.
308-
*
309307
* Developers who wish to focus an input when an overlay is presented
310308
* should call `setFocus` after `didPresent` has resolved.
311309
*

0 commit comments

Comments
 (0)