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

add option in keyboard for insert only number #34

Open
parvizEmami opened this issue Nov 29, 2018 · 5 comments
Open

add option in keyboard for insert only number #34

parvizEmami opened this issue Nov 29, 2018 · 5 comments
Assignees

Comments

@parvizEmami
Copy link

https://www.jqueryscript.net/demo/Visual-Numerical-Keyboard-Easy-Numpad/

@parvizEmami
Copy link
Author

1111
OnscreenKeyboad.zip

@parvizEmami
Copy link
Author

con you do?

@parvizEmami
Copy link
Author

languages.zip

@srm985 srm985 self-assigned this Dec 2, 2018
@srm985
Copy link
Owner

srm985 commented Dec 2, 2018

@parvizEmami thanks for bringing up this feature request! It's definitely something on my mind.

I think there are two separate requests though to handle here:

  1. A numerical-only keyboard. This is a great idea, but it certainly requires some further evaluation. For example, it needs to be determined when the keyboard would be shown as compared to the full keyboard. Most likely we could evaluate the input type and any filters applied to the field and determine which keyboard to show. But it would also probably be valuable to let users manually select to use the numerical keyboard when initializing the plugin.

  2. Your demo shows a floating keyboard. This is actually something I have scheduled but there are a lot of issues to work through here as well. Superficially, it seems very easy. However, when I start to evaluate a robust solution, things become more convoluted. If I were to forego the floating keyboard and just implement point one from above, some styling would need to be considered for the overlaid keyboard. It might look funny with such a small layout.

I will continue to work towards implementing this feature. Looking at your sample code, you also helped me identify an enhancement to allow users to show their selected language in non-Latin alphabets. I have opened issue #35 to track this.

@parvizEmami
Copy link
Author

NUM.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants