-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Uncaught RangeError: Maximum call stack size exceeded #2825
Comments
We have a similar issue... Original Bug Report at PrimeFaces: primefaces/primefaces#12770 InputMask: 5.10 Configuration: {
alias: "datetime",
autoUnmask: false,
clearIncomplete: false,
clearMaskOnLostFocus: false,
inputFormat: "dd\/mm\/yyyy HH:MM:ss",
placeholder: "_",
showMaskOnHover: false,
}
CodePen: https://codepen.io/melloware/pen/GRVOERo
|
Similar issue also here. InputMask: 5.0.9 but also with 5.0.10-beta.32 Steps to reproduce:
Seems that this occurs only when using dots in the inputFormat: eg. "dd.mm.yyyy" |
+1 |
This seems to be the same issue as #2814
Demo: https://jsfiddle.net/qs2cL9fk/
Instructions: Place the cursor at the very start of the inputfield and input the number "1".
Demo code:
The bug seems to only happen when the inputfield is already filled with a value.
OS: Windows 10
Browser: Chrome 130.0.6723.59
Inputmask version: 5.0.10-beta.11
The text was updated successfully, but these errors were encountered: