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

iOS numeric keyboard doesn't allow negative value #64

Closed
mcorossigo opened this issue Oct 23, 2019 · 1 comment
Closed

iOS numeric keyboard doesn't allow negative value #64

mcorossigo opened this issue Oct 23, 2019 · 1 comment

Comments

@mcorossigo
Copy link

mcorossigo commented Oct 23, 2019

iOS 13, when trying to set custom positivity level spawns the numeric keyboard because of this <input pattern="[0-9]*" inputmode="numeric" class="form-control"> (specificly pattern="[0-9]*")

IMG_3487

The way I understand it, the score should be an integer positive or negative, but with that keyboard I can only set positive integers.

Unless I miss something, I suggest to use a normal keyboard here.

The problem does not appears in Android 5 or Desktop.

@mcorossigo
Copy link
Author

Sorry, didn't see https://github.com/open-nomie/nomie/issues/47
Closing as a duplicate.

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

1 participant