Y
Hacker News
new
|
ask
|
show
|
jobs
by
klabb3
657 days ago
I think you’d just prefill with
https://
and let the user type the rest.
1 comments
9dev
656 days ago
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.
link