itflow
itflow copied to clipboard
Date fields issue
Hello,
When entrering manualy a date, year's part accepts 6 digits. We have to do right arrow to pass to month and day.
Regards.
that is very strange mine is not that way. I have tried with Firefox and Chrome. What Browser are you using?
I use Microsoft Edge (Chromium bases) most of the time, suppose to be like Chrome.
Same issue in Chrome.
I'm not able to log in with my Firefox. I'll check this out later today.
I can try from somewhere else.
it must be a locale issue for some reason Canada allow 6 digit years, ill see if I can find a solution here
No, not sure about locale issue. I'll try on another environment. US with Edge US. I let you know.
okay sounds good @Wikiphil I will wait on your response thank you
I've tested on Windows Server 2019 with Edge latest version: same issue.
Edge is configured en-US
Windows is configured en-US too
May be I have solution for this issue.
When there is no limit on the date fields, I'm able to enter 6 digits year
If I put limit on it, it works as excepted.
Let me know what you do you think about this avenue.
that sounds like a plan, I will implement that. Im not quite sure whats different from my setup and yours, that may be causing this super weird but ill apply your fix thank you
I'm able to replicate this also. A bit of research shows this is due to the design of the HTML date field (there's a 4-character mask, but a 6-character limit).