-
Notifications
You must be signed in to change notification settings - Fork 51
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
Always uppercase keybaord #51
Comments
@Not-Wadu What is your platform and version? I am not sure that it is the issue of the lib. By the way, numbers have only one case and they can not be in the lower or upper case |
I am using angular 11.2 and ionic 5.36 (i tested these on android version 11) My code : |
@Not-Wadu understood, I will add the setting for this |
@Not-Wadu please install the new version v1.6.0 |
Thanks for the update! I'm trying to use the new setting, but I'm not noticing any difference. I've installed 1.6.0, restarted, removed node_modules just in case, but I can't get anything to autocapitalize. This is how I'm trying to use it.
Maybe I'm not understanding how it's supposed to work. |
@andyrue try to use like the following:
|
That didn't help, but I think I was misunderstanding what that attribute is supposed to do. It apparently doesn't affect characters entered on a physical keyboard, it's for virtual inputs like on mobile devices. I thought it would autocapitalize on anything. https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize What do you think of adding your own function as an option to capitalize things as they are inputted? That way regardless of browser or device, it would work. |
@andyrue ok. Please open a new issue for this. I will think how to reach the goal. |
Hi again... I have an issue ... I can't make the keyboard go directly to lowercase. My code is only with numbers and lowercase characters.
I tried autocapitalize=off but it's not working
The text was updated successfully, but these errors were encountered: