You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to close an iOS keyboard/submit a form field, we rely on the keyboard toolbar to exist and have a button labeled "Done" (or some variant). This won't always be the case, so we need a more robust way of closing the iOS keyboard.
Where we replace the text of the "Search" key with whatever the keyboard's "Enter" button is. NOTE: This could probably be an enum since iOS has a limited number of words you can use for the standard keyboard enter key.
The text was updated successfully, but these errors were encountered:
In order to close an iOS keyboard/submit a form field, we rely on the keyboard toolbar to exist and have a button labeled "Done" (or some variant). This won't always be the case, so we need a more robust way of closing the iOS keyboard.
We can use the following:
Where we replace the text of the "Search" key with whatever the keyboard's "Enter" button is. NOTE: This could probably be an enum since iOS has a limited number of words you can use for the standard keyboard enter key.
The text was updated successfully, but these errors were encountered: