chore(): sync with main

This commit is contained in:
Liam DeBeasi
2022-12-20 10:44:26 -05:00
443 changed files with 262 additions and 158 deletions

View File

@ -401,6 +401,9 @@ export class Input implements ComponentInterface {
/**
* Sets focus on the native `input` in `ion-input`. Use this method instead of the global
* `input.focus()`.
*
* Developers who wish to focus an input when a page enters
* should call `setFocus()` in the `ionViewDidEnter()` lifecycle method.
*/
@Method()
async setFocus() {