Design comparison
SolutionDesign
Solution retrospective
I have a problem with the url shortening. When I put a url that starts with 'https://', it doesn't work, but if I put a url without 'https://', it works. Can someone help me?
Community feedback
- @JustShuaibPosted over 2 years ago
Hi there, concerning your question, you used
input
type ofurl
. You could change it fromurl
totext
and then perform the validation yourself (usingregex
here)Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord