-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
stuck with cursor on / text of date with datetime extension #2464
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
Comments
If you remove the positionCaretOnClick, then you can select any value to update. |
Thanks for your help. Your jsfiddle have the same problem that i describe. if you move curosr with leftarrow, you can be stuck in the : |
I have the same problem, does anybody already knows how to deal with it? |
@invisiblepredator im still stuck with it. If you find a way to correct it let me know |
I fixed the issue. |
Hello @RobinHerbots thanks for take care about this issue. thanks ! |
Are you sure? So you take the datetime dd/mm/yyyy |
It kind of works but not perfectly :
can we have a system where the cursor automatically "jump" over the / and : ? (when we write and when we came back) thanks ! |
also, can you put the time in your demo ? alias: "datetime", |
It may also be related... When the value is set via |
Hi, The problem occurs when input already has a value '2020-12-31' then, the inputmask behave a bit different and get stuck on separator '-', check the js fiddle for example and also un-comment the quick fix (it's resetting value on input mask on page load, maybe this could be done in the plugin automatically?!). Thanks and regards! |
Hello guys, i use this library to format a time component (HH:MM), it works well, except it seem possible to select the : and to continue typing the user have to tap : on his keyboard, which is not convenient
you can reproduce this on the demo page https://robinherbots.github.io/Inputmask/ (actually i use the same version of this site because with the npm version im not able to include the datetime extension, i have a js module error)
actually the "selection" behavior of the datetime extension is not the same than than classics mask (where you can't select character)
thanks for your help
PS : I use Chrome 89 beta
The text was updated successfully, but these errors were encountered: