-
-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Description
Version: 3.1
Bug Description
If you forget to fill a required input on Android, said input is not correctly focused afterwards (no css is applied) and you can't see what you are typing.
Happens on Android 10 and 11 (Chrome), works correctly on iOS and desktop.
If you comment out netteForms.js and keep browser validation, it works as expected even on Android.
Steps To Reproduce
Open a form that uses netteForms.js (for example https://nette.org/cs/sign-in).
Don't fill any input and submit the form.
Javascript warning pops up informing you about missing inputs.
Click ok.
Start typing.
Expected Behavior
Required input should be focused, css should be applied and when you start typing, you should see the letters.
Metadata
Metadata
Assignees
Labels
No labels