-
On your demo page ("https://robinherbots.github.io/Inputmask/") you offer a demo for email adresses.
If the field gets focus, it displays the mask: "\_@\_.\_".
If i only type "a@b" so that these…
-
I'm trying to use the Inputmask for a BRL money field. It is working correctly when the user types the value on the field, but when the field has an initial value or when a value need to be set on the…
-
Using @react-input/mask v1.0.23, when modify callback is used to update the mask dynamically (based on the entered value) and a value is entered the following error is thrown
`useMask.js:1 Error: T…
-
Hi,
I'm trying to create à mask with three options mask
Option1 : HH:MM - HH:MM
Option2 : HH:MM - HH:MM / HH:MM - HH:MM
Option3 : x
I've tried something like this, but i…
-
Good day!
I have a strange behaivor it happens only in FF 47.0.
When i first click on textbox caret position sets on a last place and when click second time it goes at first place. Ho do i fix this?
-
Is there a way to trees shake the usage of this module? I'm using ES6 vanilla JS approach so I don't have any jQuery dependency.
Right now I've got three fields using it (phone, zip and credit card…
-
Hey Robin,
First, great plugin ;)
Here is my mask for a car number like B-GO 1234 or WI-DA 56:
```
$(".carnumber").inputmask("A[A]-A[A] 99[99]",
{
casing: "uppe…
-
i dont know — how it work, but if i load inputmask plugin in my app in safari i get critical err
if i remove plugin — error disappears
-
implementation 'ru.tinkoff.decoro:decoro:1.5.0'
We see multiple crashes in Firebase crashlytics:
Fatal Exception: java.lang.StringIndexOutOfBoundsException: length=0; index=8
at java.lan…
-
In a v2.3.64 I've been successfully instanciating datepickers in KnockoutJs using this binding handler:
``` javascript
// Usage:
ko.bindingHandlers.datepicker = {
init: function (ele…
ZiadJ updated
4 years ago