Rob Garrison
Rob Garrison
Well, this is a very different library from the Zend framework... this one does not support normalization, localization or precision settings. So, if you are asking for "correctness" I would...
And actually, browsers have started adding a [method to format & localize numbers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat): ```js var number = 123456.789; // India uses thousands/lakh/crore separators console.log(new Intl.NumberFormat('en-IN').format(number)); // → 1,23,456.789 // request...
I wouldn't want to break the existing behavior. It would be better to enhance the library to include Excel-like patterns.
Hi @vinacharya05! You can remove the [`buttonHover` class](https://github.com/Mottie/Keyboard/wiki/Layout#css---object) by changing this option to be an empty string.
Hi @luncan987! You can control what is added into the input using the [`beforeInsert` function](https://github.com/Mottie/Keyboard/wiki/Methods#beforeinsert)
Hi @tirolel! I guess it's not super-obvious, or documented that well, but the [`display` option](https://github.com/Mottie/Keyboard/wiki/Language#display) has a `dec` setting ([demo](https://jsfiddle.net/Mottie/egb3a1sk/7181/)) ```js display: { // Decimal point for num pad (optional),...
Yes, they are called [action keys](https://github.com/Mottie/Keyboard/wiki/Actions).
Hi @pilz97! I still can't duplicate this issue (Windows 10 using Chrome, Brave, Firefox and Edge). I'm starting to wonder if you have a gaming keyboard or something that repeats...
Hi @tembelten! Please let me know if the [setup instructions](https://github.com/Mottie/Keyboard/wiki/Setup) help.
Hi @henokhabteab! Please see the [docs on modifying action keys](https://github.com/Mottie/Keyboard/wiki/Actions#modifyaction).