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
We are using the Lock widget for login on a mobile app. On iOS, autocorrect is enabled for the username field. Here is a demonstration of the recommended HTML for disabling autocorrect across all browsers: https://davidwalsh.name/disable-autocorrect
From a look through the codebase, autocomplete and autocapitalize are disabled but spellcheck and autocorrect are not.
Sorry I'm not submitting a PR for this - the fix seems simple. I started to make one and then decided that I should probably stop since I have no idea what I'm doing.
The text was updated successfully, but these errors were encountered:
We are using the Lock widget for login on a mobile app. On iOS, autocorrect is enabled for the username field. Here is a demonstration of the recommended HTML for disabling autocorrect across all browsers: https://davidwalsh.name/disable-autocorrect
From a look through the codebase,
autocomplete
andautocapitalize
are disabled butspellcheck
andautocorrect
are not.Sorry I'm not submitting a PR for this - the fix seems simple. I started to make one and then decided that I should probably stop since I have no idea what I'm doing.
The text was updated successfully, but these errors were encountered: