Disable auto-capitalization on the text input for mobile usablitiy

#12
by whitphx HF staff - opened

Thank you for the amazing work!

When using this app on a mobile device, the keyboard automatically enables capitalization for the first letter but it's inconvenient when inputting the repository name.
I think setting autocapitalize="none" on the <input> element would solve it.
Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize

Thanks!

I opened a PR #13

Thank you! @whitphx @mrfakename

Sign up or log in to comment