Alexandre

Results 34 issues of Alexandre

Currently, the `outHtml` is sent as the payload with the `rendered` event. I think it would be more helpful if you could also send a reference to the created parent...

## What happens Using https://xxrockonxx.github.io/vue-flexi-table/demo/index.html#/, whenever you enter any search text (ie. `sam` (for `Samantha`)), all the table rows are deleted, then the filtered results are shown. This flickering breaks...

enhancement

In some countries, integer only prices are shown like `5,-- €`, instead of `5,00 €`. We should add an option to `allowDecimalPadding` for displaying '--' instead of '00'.

:bulb: Feature request

With the recent changes in Github stewardship, we need to keep the AutoNumeric sources on an open-source friendly platform. Microsoft is the opposite of that, and is acquiring Github. [Gitlab](https://gitlab.com)...

:ambulance: Urgent
:bangbang: Important!

Currently when a user tries to entered an invalid key (ie. a letter instead of numbers), it is silently dropped. While this is the normal default behavior, in some case...

:bulb: Feature request
:speech_balloon: Discussion

The `stripAllNonNumberCharacters()` function is called 10 times on each key input. As of today on the `next` branch, this is the trace when entering a single key showing only when...

:hammer_and_wrench: Dev

### The problem Handling user events is one of the core feature of autoNumeric. Throughout the years, more and more features have been added to autoNumeric, greatly complexifying the way...

:hammer_and_wrench: Dev
:bangbang: Important!

Event handling is one of the core feature of autoNumeric in order to modify the element value as the user types it. Currently we use the `keypress` event that has...

:hammer_and_wrench: Dev
:bangbang: Important!

Since I activated a Browserstack account for autoNumeric, we need to it setup correctly for end-to-end testing on mobile platforms. cf. the documentation for the *automate* settings : https://www.browserstack.com/automate/webdriverio

:hammer_and_wrench: Dev
:trophy: Needs a PR