## Focus an Element Focuses the [Element](/js/element.md). > This method will currently not work on iOS 13+ due to a system limitation. **Syntax:** `element.focus(...)` ### Focus an Element ```js paymentElement.focus(); ``` ```es_next paymentElement.focus(); ```