-
possibility to create a text attribute with mask to create fields like this:
![image](https://user-images.githubusercontent.com/118480471/203110666-e412a98b-bc3f-4157-bc0b-ad79a6832792.png)
-
#### What are you trying to achieve?
#### What do you get instead?
> Provide console output if related. Use `-vvv` mode for more details.
```bash
# paste output here
Uncaught Error: Class '…
-
When setting both `showMaskOnHover: false`, `showMaskOnFocus: false` and using an alias the mask will still show when typing. But, it works correctly if you use the `{mask: "99999"}` property
Fiddle …
-
Hi.
This behavior started from `v1.0.16`. Rolling back to `v1.0.15` fixes it.
If I use two or more input mask on the same page, only the last one works as expected. Taking this minimal working e…
-
Tested using 5.0.9-beta.6
JSFiddle: https://jsfiddle.net/mxLs0eqj/2/
Input is configured with
```javascript
Inputmask({
// complex alternator mask as optional is working as expected
ma…
-
JSFiddle: https://jsfiddle.net/z3wgjdhf/1/
Seems to be broken since 5.0.9-beta.3 (commit 377a8695220b28b17bb4fd0554bbbe83b96288e5). Version 5.0.9-beta.1 (commit 32dec4abd9260e484d7d95c30d8893b47b7b…
-
### Describe the bug
There is no consideration of the float label for the inputNumber component.
### Reproducer
When hovering over the inputNumber component, the currency symbol is displayed mixed …
-
- Describe the bug
I have an currency input where I allow a minus sign. The minus sign work if I use the minus key on top row of the keyboard, but if I use the minus sign using the numpad it clears t…
-
User issue: T13668 - Generating pdf using survey-pdf
https://surveyjs.answerdesk.io/internal/ticket/details/T13668
***
The issue is reproduced with the latest version of a SurveyJS PDF library: h…
-
I have an implementation for an inputmask for the Federal Tax Id (EIN) which includes numbers and a dash. If the form is submitted with this field left blank it throws a javascript error (see below).…