diff --git a/core/src/components.d.ts b/core/src/components.d.ts index b3878a8093..6c378ebb70 100644 --- a/core/src/components.d.ts +++ b/core/src/components.d.ts @@ -2439,6 +2439,10 @@ export namespace Components { * A hint to the browser for which enter key to display. Possible values: `"enter"`, `"done"`, `"go"`, `"next"`, `"previous"`, `"search"`, and `"send"`. */ "enterkeyhint"?: 'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'; + /** + * This is required for a WebKit bug which requires us to blur and focus an input to properly focus the input in an item with delegatesFocus. It will no longer be needed with iOS 14. + */ + "fireFocusEvents": boolean; /** * Returns the native `