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

First state: 5300 coming fron database and imask convert 5.300,00. That nice. ![image](https://user-images.githubusercontent.com/33418107/177619588-42f96876-c60c-4e58-8143-cec97c726df5.png) Second state: I change some number and click anywhere (like edit button ..etc) ![image](https://user-images.githubusercontent.com/33418107/177619885-f0900eb0-a3e4-4044-8043-11318b464d6c.png) Last state: TADA...

This is reproducible on https://imask.js.org/. To reproduce do the following: 1. With an iPhone 8, 9, 10 or XR go to Settings > General > Keyboard > Keybords > Add...

bug
help wanted

Create new *Issue* only for bug or feature request. If you have a question about how to use `imask`: - check the [guide](https://imask.js.org/guide.html) - check answers on [stackoverflow.com](https://stackoverflow.com) - ask...

Below is an example of input field with date mask. I want to achieve masking for the format `day/monthName/year` , example : 23/Jun/1995. Issue: I am able to key in...

i want to input number currency (usd) how to do. i want to use in vue. Thank you.

**Describe the bug** The issue occurs under under the following circumstances: - the `useIMask()` hook is used, - the eager mode is turned on, - the fixed characters part in...

**Describe the bug** `IMaskMixin` would remove `value` from `props. **To Reproduce** ```jsx import { IMaskMixin } from "react-imask"; import { ComponentProps } from "react"; import { Input, InputProps } from...

**Describe the bug** The problem occurs when trying to type one of the fixed caracter after them. For exemple , for this patterm mask "BUG***", i am not able to...

I'm trying to create a masked component around Material UI's TextField, using IMaskMixin, like so: ```tsx import { TextField } from "@mui/material"; import { IMaskMixin } from "react-imask"; export const...

**Describe the bug** When using IMaskMixin, the unmasked value is always masked. **To Reproduce** https://codesandbox.io/s/gallant-smoke-zw3xgh Please see the code example attached. The unmasked value is alway the same as the...