top | item 39361335 (no title) kimusan | 2 years ago Nice service.A small comment. Let the url input be case insensitive (the https + domain part of course). Using it from mobile often set first H in https as uppercase and this mails your site fail. discuss order hn newest jotaen|2 years ago A potential alternative is to set the following HTML attributes on the <input> field: autocorrect="off" autocapitalize="off" URL inputs are otherwise also supported via <input type="url">https://developer.mozilla.org/en-US/docs/Web/HTML/Element/in...
jotaen|2 years ago A potential alternative is to set the following HTML attributes on the <input> field: autocorrect="off" autocapitalize="off" URL inputs are otherwise also supported via <input type="url">https://developer.mozilla.org/en-US/docs/Web/HTML/Element/in...
jotaen|2 years ago
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/in...