Skip to content
New issue

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

First Capital letter in Username during login #906

Closed
sz00gun opened this issue Nov 27, 2017 · 3 comments
Closed

First Capital letter in Username during login #906

sz00gun opened this issue Nov 27, 2017 · 3 comments

Comments

@sz00gun
Copy link

sz00gun commented Nov 27, 2017

Latest theme and Ubuntu.

I have LG G5, Android 7.0 and using latest Chrome app. with Gboard keyboard. On the login page to the server there are 2 input boxes: Username and Password. While typing the username, the first letter is a upper case letter as default instead lower case letter as like for a password for example.

Is possible to add an attribute into the theme, to make sure the phone knows the first let should be lowercase?

@iliajie
Copy link
Collaborator

iliajie commented Nov 27, 2017

Yes,

Input field should get an attribute:

autocapitalize="off"

Finishing first stage of real-time monitoring now and will update this a bit later.

Thanks for advising.

@iliajie
Copy link
Collaborator

iliajie commented Nov 27, 2017

However, it seems that off value is deprecated, and none is what we need.

@iliajie
Copy link
Collaborator

iliajie commented Nov 28, 2017

The following commit should fix your issue.
bdf6af7

@iliajie iliajie closed this as completed Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants