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...
@desandro possibly obvious request, but I wasn't able to find in issues/docs. We have shapes like that we'd like to animate. My expectation would be as in SVG to have...
We generate contentful types for v10 as ``` source .env && cf-content-types-generator -X -s $CONTENTFUL_SPACE_ID -t $CONTENTFUL_CM_TOKEN -o ./contentful ``` the produced types are: ```ts import type { ChainModifiers, Entry,...
If you try to scroll [your documentation](https://idev-games.github.io/Trig-JS/animations.html) in Safari iOS you will see the glitch with scroll-based animations. The reason is that transition in Safari starts anew each time CSS...
To reduce SVG size it's useful to use styles instead of inline props, especially for repeating parts that cannot be generalized via symbol/use. You have a short syntax for inlining...