We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
This is blocked b/c TextareaAutosize component uses <textarea> for multi-line which can't have a type attr. 👎
TextareaAutosize
<textarea>
type
Could fall back to <input type="url">, but I hate horizontal scrolling while reading/editing URLs like that.
<input type="url">
Sorry, something went wrong.
textarea inputmode="url" is spec'ed https://html.spec.whatwg.org/multipage/forms.html#attr-fe-inputmode but not supported http://caniuse.com/#feat=input-inputmode
textarea inputmode="url"
link input autocapitalize none #272
6ee961c
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: