-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support numeric inputmode #207
Comments
I have a similar issue, but in my case the input field is of type Example:
|
Have you tried to store it as |
I don't know the code of this extension, but isn't the following part restricting login inputs to gopassbridge/web-extension/content.js Line 16 in 1c744e3
At least this seems to be the case because the field in my example just gets not filled. |
I have the same issue. After I modified the website in my code inspector to @martinhoefling what do you think about this? |
I have a website with uses a number as login, with the following input field:
<input class="form-control" id="customer-no_input" name="username" type="number" value="" placeholder="Kund*innen-Nr.*" required="required" aria-required="true" pattern="[0-9]*" inputmode="numeric">
My gopass entry is like this:
When trying to auto-fill, I only get a little browser hint
Please enter a number
.The text was updated successfully, but these errors were encountered: