-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The addon is not working in Safari #4
Comments
The change is not fired in the imask demo: https://imask.js.org/ If you add this to the number input, the changed event is called all the time in Chrome and sometimes in Safari. One workaround is to use on blur instead of on change. I also tried the latest version of imask and I have the same issue. |
The workaround can be (for the textfield you want to extend)
|
Please try in iOS with Chrome 115 |
What do you mean? |
@jcgueriaud1 sorry, i mean that component not work with iOS with Chrome 115 on value change |
When I'm trying to fill the value in the demo, the valuechange event is not necessary called when I'm using Safari. (Version 15.6 (17613.3.9.1.5))
It happens when the TextField has the ValueChangeMode set to ValueChangeMode.ON_CHANGE.
It seems ok in the other modes.
Apparently the change event is not fired from the client side.
Screen.Recording.2023-08-15.at.14.22.07.mov
The text was updated successfully, but these errors were encountered: