@chuantiongSubmitted 11 months ago
Rezi
@rezis-workAll comments
- @rezis-workPosted 11 months ago
good work, use this validator to check email input : const emailRegex = /^[^\s@]+@[^\s@]+.[^\s@]+$/;
Marked as helpful0 - @lucashub5Submitted 11 months ago@rezis-workPosted 11 months ago
nice work, small feedback:
You can use validation like this: if your input value is "" then you can show on bottom red text that you need to fill, about email you can check input using this email validator code: const emailRegex = /^[^\s@]+@[^\s@]+.[^\s@]+$/;
goodluck!
0