Comment on Show HN: Linkpreview, see how your sites looks in social media and chat appsparentComments−klabb32yI think you’d just prefill with https:// and let the user type the rest.−9dev2yDepending on how your forms are set up, this will cause the field to be marked as invalid as soon as the user interacts with any of the forms fields, if not on load. Also, this requires additional handling for copy paste etc.
Comments
I think you’d just prefill with https:// and let the user type the rest.
Depending on how your forms are set up, this will cause the field to be marked as invalid as soon as the user interacts with any of the forms fields, if not on load. Also, this requires additional handling for copy paste etc.