We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I can't set new inputs values (range) from numpad. Numpads keys are ignored because of this condition: https://github.com/nhn/tui.image-editor/blob/master/apps/image-editor/src/js/ui/tools/range.js#L242 Numpad numbers keys have different keyCode from 96 to 105, instead of regular numbers keycode from 48 to 57.
To Reproduce Try to change the input value by numpad key.
Expected behavior Possibility to set number value from numpad.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
fix: support numpad in numerical inputs (nhn#864)
9b4d84c
No branches or pull requests
Describe the bug
I can't set new inputs values (range) from numpad. Numpads keys are ignored because of this condition:
https://github.com/nhn/tui.image-editor/blob/master/apps/image-editor/src/js/ui/tools/range.js#L242
Numpad numbers keys have different keyCode from 96 to 105, instead of regular numbers keycode from 48 to 57.
To Reproduce
Try to change the input value by numpad key.
Expected behavior
Possibility to set number value from numpad.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: