-
**Steps to reproduce:**
1. Create a TextField with `mask="11/11"`
2. Type two numbers, cursor will appear after the forward slash 11/|__
3. Press Backspace, the cursor moves to 11|/__
4. Type a nu…
-
Like the #919 issue, if I have the radixPoint setted to "," I can type `550.50` that it will convert to `550,50` but if I set the value in jQuery like this `jQueryElement.val(550.50)` it writes 5.505 …
-
## Is This A Feature Request?
No. I think is a bug
## What Version Of Caldera Forms, WordPress and PHP Are You Using?
WordPress Version 5.1.1
PHP Version 7.1
Caldera Forms Version 1.8.4
Calder…
-
Going to try to open a PR for this, but wanted to bring it up in an issue first. `findDOMNode` is deprecated in favor of refs. I think the safest way to fix this would be to create a single ref that i…
-
If in one action to send 2 or more emails
for example:
`Yii::$app->mail->compose()
->setTo('FIRST@MAIL.RU')
->setSubject('subject')
->send();`
and
`Yii::$app->mail…
-
- Describe the bug
When using a mask to allow letters, numbers, letters with diacritics and whitespaces on iOS, whenever I type in a sequence of diacritics and then a non-accented letter, the previ…
-
- 3 seconds timeout on focus after form submit
- OS: Windows 10
- Browser: Any
- Inputmask version: 5.06
Hello, and first of all thanks for a great plugin.
Ran into a small issue and couldn't f…
-
Hi everyone,
I have a Chronoforms signup form on a Joomla site that is using an inputmask on the phone number field, when using autofill data everything gets put in the form nicely except for the p…
-
I'm using a simple mask for phone number:
```
jQuery(document).ready(function(){
jQuery("#phone-test").inputmask("+7-999-999-99-99");
});
```
When I typing the number 9876543210 on Android (5…
-
I would like to use the Selenium IDE for testing, but the typing will not be recorded.
I see that this section no longer allows:
keypressEvent: function (e, t, i, a, o) {
…