-
**Describe the bug**
For the datetime alias, the single-digit hours with no leading zero don't work. It happens for both 12 hours (symbol h) and 24 hours date (symbol H).
2 digits date cannot be…
-
## Overview
When creating pages with forms, we always need to check if its data is alright.
So, in this issue we suggest a pattern to these fields, to help users by validating, formatting, and g…
-
Hi!
When I try paste a value in a field this is not working good, This is just increase the selected value.
example:
This is my format options:
**alias: "decimal"
allowMinus: true
autoGroup: …
-
Hey guys,
im trying to find a way to validate a 10 digit phone number in woocommerce with minlength.
How can i do that?
Cant find a way...
-
**Description:**
I'm trying to focus the masked text input with JQuery focus / click events.
However the cursor is either at the end or at the beginning for `currency` alias.
Click events didn't wo…
-
## Description
Using the following mask options:
```
inputmode: 'text',
mask: '[-]9{*}[,9{2}] $',
autoUnmask: true,
placeholder: '',
rightAlign: true,
```
...the cursor seems to be getting "s…
-
Hi, I am trying to use numeric mask from this library. Here is the plunker https://plnkr.co/edit/YXJwBklRM8dfvDV85rZc?p=preview
if I enter 15.00 in the input field it updates the value to $15 howev…
-
**Describe the bug**
We are using SonarQube to test our software, these are the some errors we are getting .
jquery.inputmask.bundle.js
line 2948 -2978 : if (true) { there is nothing in else
li…
-
Hi,
Is it possible to hide placeholder as soon as user put single character?
-
I have the necessity to insert more then one email address in input mask, separated by commas.
Thanks