solid-style-guide
solid-style-guide copied to clipboard
input[type="url"] is not supported
<input type="url"> should probably be styled the same as <input type="text">.
It's a supported input type though, so for semantics sake I think we should use it. But we usually cannot rely on the validations as that are browser specifics.
It's also listed as available type on MDN.
Yes, I mostly meant that it's currently unstyled. It's useful even beyond validations - e.g. keyboards on mobile phones can adapt to it (with e.g. a .com button).