imaskjs icon indicating copy to clipboard operation
imaskjs copied to clipboard

vanilla javascript input mask

Results 145 imaskjs issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Trying to toggle the visibility of the placeholder using the solution described on #497. The StackBlitz link provided in the comment no longer works if upgraded to...

bug

**Describe the bug** Ivy will not compile with the latest angular-imask **To Reproduce** [imask-test.zip](https://github.com/uNmAnNeR/imaskjs/files/9609113/imask-test.zip) `npm i` `npm run build:lib` **Expected behavior** The library builds with partial ivy compile in Angular...

### Discussed in https://github.com/uNmAnNeR/imaskjs/discussions/703 Originally posted by **mattstobbs** July 27, 2022 Hey, I'm using a simple mask of `'0000 0000'`. It works great when typing numbers but when the backspace...

enhancement

Bumps [parse-path](https://github.com/IonicaBizau/parse-path) and [documentation](https://github.com/documentationjs/documentation). These dependencies needed to be updated together. Updates `parse-path` from 4.0.4 to 5.0.0 Release notes Sourced from parse-path's releases. 5.0.0 parse-path 5.0.0 :star: This is a...

dependencies
javascript

Correct order is: 1. element 2. mask options 3. etc For instance for React now: ```ts function useIMask< Opts extends IMask.AnyMaskedOptions = IMask.AnyMaskedOptions, MaskElement extends ReactElement=HTMLInputElement, > ``` should be:...

Types
Breaking Change

**What problem you are trying to solve?** `prepare` works only per symbol. Need a way to handle the whole string in case of paste for instance. **Describe the solution you'd...

enhancement
Breaking Change

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...

dependencies
javascript

**Core** - ~~try custom history tracking for better handling `undo`/`redo` actions (https://github.com/uNmAnNeR/imaskjs/pull/981)~~ - ~~improve IME support~~ - ~~**Pattern mask**: pass root `autofix` to the blocks~~ - remove `skip` from `ChangeDetails`,...

**Describe the bug** When you click on the input as **first time**, it's moving the cursor to end of mask characters and can't write anything in the input. See screen...

wontfix

**Describe the bug** I'm using `"react-imask": "7.3.0"`. The mask input is implemented with `IMaskMixin`: ```ts export const MaskedStyledInput = IMaskMixin< HTMLInputElement, IMaskInputProps & tCustomProps >(({ inputRef, isError, ...props }) =>...