Alexandre

Results 196 comments of Alexandre

Hello @melloware, thanks for pointing this out. However while `Number()` should be enough for most use case, it's still limited to `2^53 -1`. Perhaps this could be modified to take...

It's supposed to! The part that manages those really big number has been written by @BobKnothe a decade ago, I'm do not remember if I created unit tests on this...

Last time I checked, the webdriver code was faulty (the geckodriver bug I opened then is still open). Could you try with your configuration to change the remove the whole...

To better be able to refactor the event processing, I created a map of what events are sent and when. By default a *normal* key stroke output those events in...

I'd have to check that out thoroughly, since I was always able to export to module on my end. Perhaps indeed I missed something in the few last versions.

Thanks for reporting this issue, however with the few information you gave us, we are not able to correctly reproduce it. Could you please create a [reproducible test case](https://codepen.io/pen/) so...

Indeed, the size has gone up quite a bit, along with the number of [new features](https://github.com/autoNumeric/autoNumeric/blob/next/CHANGELOG.md)! I would be open to the idea of a *lite* version without the `predefinedOptions`...

For info, as of today, minified version `4.0.2` found in `dist` is `167 Kio` big, but compressed as a gzip (which any modern browser [should accept](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding)), it drops to `36.2...

@berosoboy could you tell us more about what you are trying to achieve? The `caretPositionOnFocus` option might be what you want if I'm guessing correctly (see the [examples there](http://autonumeric.org/guide#caretPositionOnFocus)). If...

Ok so if I understood correctly, you want to be able to enter numbers at the left-hand side of the caret (like you can now when the caret is in...