Inputmask
Inputmask copied to clipboard
Input Mask plugin
Hi all, - Here's a [fiddle](https://jsfiddle.net/andreyvk/t4dc1yx5/) 1. Enter number 111.11 in the field and press `Tab` to navigate away. Alert will pop up indicating that onChange has been fired 2....
Hello, any way to set the URL placeholder to HTTPS instead of HTTP? Thanks in advance.
- Describe the bug The html5 minlength validation no longer works when a mask is applied, even if the mask is empty just for casing. Manually checking field.checkValidity also does...
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...
- Describe the bug Exact Error message: crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Cannot read properties of null (reading 'charAt') TypeError: Cannot read properties of null (reading 'charAt') at y.onBeforeMask...
Problem with alias: "datetime" and inputFormat: "HH:MM", strange behavior when I set value manually
hello, i use this component for format a HH:mm time (24 hours format). I struggle to set value to my input. When i do this, the component have a really...
- this error happens when masking credit card on android devices - OS: Android Phone - All Browser - 3.3.7 https://user-images.githubusercontent.com/94051804/173509824-5ed8174f-7e51-4588-b3f8-542c8bf50f35.mov waiting for your support
# Summary When using Inputmask with Angular Universal in ServerSideRendering mode, get a "ReferenceError: window is not defined" upon startup. ## Setup Using the [`ngneat/input-mask`](https://github.com/ngneat/input-mask) wrapper around `Inputmask`. Relevant libraries...
Error when validating email with multiple dots. To replicate go to your DEMO tool and enter this email "[email protected]" in to email field. It will remove dot and come out...
Cursor not skipping separator with datetime alias if there is an initial formatted value from server
If there is a value from the server in the display format, changing a character before the separator jumps to the separator character, not to the other numeric character. For...