-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Kioskboard writes numbers backwards when input type=number #1
Comments
Hi @surexxx Firstly thank you for using the KioskBoard. Unfortunately, Chromium not allowing the " So, I created a solution to fix this, but I will wait a little bit to release the new version (as soon as possible). Because I already planned to do some improvements for the KioskBoard. Also, this fix will be included in the next version. Thanks. Furkan. |
@furcan thanks for quick answer. I found a workaround: set "type=tel" and it works as I expected... pls update this thread if update released. |
Changed: `kioskboard.css`, and `kioskboard.js` files have been moved from `dist` folder to `src` folder. Changed: `kioskboard-aio.js` file has been moved from `dist` folder to `src/all-in-one` folder. Added: `autoScroll` option has been added. Scrolling the document to the top of the input/textarea element can be manageable with this option. The default value is `true` as before. Fixed: Fixes for the input element's `selectionStart` method to prevent issues if the input element type is number. ([#1](#1)) Changed: Code Review.
Changed: `kioskboard.css`, and `kioskboard.js` files have been moved from `dist` folder to `src` folder. Changed: `kioskboard-aio.js` file has been moved from `dist` folder to `src/all-in-one` folder. Added: `autoScroll` option has been added. Scrolling the document to the top of the input/textarea element can be manageable with this option. The default value is `true` as before. Fixed: Fixes for the input element's `selectionStart` method to prevent issues if the input element type is number. ([#1](#1)) Changed: Code Review.
It is now working in version 1.3.0 |
Is it normal when I set input type=number the kiskboard with default config writes numbers backwards?
For example: I press number buttons in order 1 2 3 and it writes 3 2 1 to html input.
Is there a way to configure it to works as input type=tel?
The text was updated successfully, but these errors were encountered: