We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should display a message if info are incomplete or wrong
See the CSS
Add alert message to pop up when user enters wrong postcode format (regex)
Postcode validation requirement #25 => Check if the postcode exist otherwise the API can't return any route
You can pass a case insensitive flag to regex so you don't have to parse to upper case
Where-Should-We-Meet/public/js/userForm.js
Line 89 in 4eba6f8
Give alert message if date/time is in the past
The text was updated successfully, but these errors were encountered:
rooberrydev
No branches or pull requests
Error handling :
Should display a message if info are incomplete or wrong
See the CSS
Add alert message to pop up when user enters wrong postcode format (regex)
Postcode validation requirement #25 => Check if the postcode exist otherwise the API can't return any route
You can pass a case insensitive flag to regex so you don't have to parse to upper case
Where-Should-We-Meet/public/js/userForm.js
Line 89 in 4eba6f8
Give alert message if date/time is in the past
The text was updated successfully, but these errors were encountered: