imaskjs icon indicating copy to clipboard operation
imaskjs copied to clipboard

vanilla javascript input mask

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

I can't understand the correct syntax of writing on ReactJS. the guide says to write like this: `prepare: function (str) { return str.toUpperCase(); },` But it doesn't work on recat(

**Describe the bug** For `mask: Number` type masks, the `signed` option should disallow negatives when `signed=false`. This does not work [in the demo on the imask website](https://imask.js.org/guide.html#masked-number). I did note...

Breaking Change

**Describe the bug** Hi! - Cursor moves to last position after try to change specific symbol (with mask 00/00/0000). In our team, I trying to solve this problem with force...

I have a **IMaskInput** component. Looks like: `` ![image](https://user-images.githubusercontent.com/109672875/182081271-84b3fe94-e67c-4c91-af32-dd05a1d5c4f3.png) If i set **type="number"** (i need it on phones for numeric keyboard), it stops working (no mask, no data entry). How...

**Describe the bug** Before anything, thanks for the amazing lib :D! I have a simple mask for pixel units `num px`: ```js { mask: [ { mask: '', }, {...

Could we also have TypeScript typings for the `vue-imask` package? The ones for `imask` don't cover elements like the `IMaskDirective`.

enhancement
Vue Plugin

hi. Now when you enter the number, the cursor moves from left to right and the right character is overwritten, and I need the opposite from right to left? how...

help wanted
question

In the process of upgrading to vue 2.7 I got these error messages on console, each one repeated and related to any component, for example: `The setup binding property "buttonComponent"...

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies
ruby