HackGT / registration

Powerful and extensible registration system for hackathons and other large events
https://registration.hack.gt
MIT License
6 stars 1 forks source link

iOS Safari doesn't prompt for certain form validation failures #225

Open ehsanmasdar opened 6 years ago

ehsanmasdar commented 6 years ago

EX: If a user forgets to select a resume, the client side validation fails but does not prompt the user to fix. Chrome/Firefox/Safari desktop don't seem to be affected.

ehsanmasdar commented 5 years ago

@petschekr Validated. In iOS Safari, checkValidity does not add any visual prompts to fix validation, it just returns true or false

petschekr commented 5 years ago

This seems to have been fixed in the version of iOS released in 2017 https://caniuse.com/#feat=form-validation

What iOS version did you encounter this on @ehsanmasdar ?