dicash
dicash
Must be 0x xx xx xx xx from https://en.wikipedia.org/wiki/Telephone_numbers_in_France. I wonder how much more patterns are incorrect here...
Open https://robinherbots.github.io/Inputmask/#/demo Try entering `1234.12341234123412341234` in decimal input - the webpage will hang.
``` // currently document.addEventListener('onautocomplete', ...) // but events in DOM never start with on- document.addEventListener('click', ...) ```
**What problem you are trying to solve?** We're using imask as part of mui-like input component, it has placeholder displayed by default, and upon click moves it up and shows...
Is there any way to set a placeholder other than `*` for passwordMode?
### 1. The problem We are rendering content like ```md ### 1. Agreement ... ### 2. Rights ... ``` snarkdown converts numbers in headers into lists, which is not what...