You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello first time reporting a bug here. Unable to report this using the ZK Tracker so write it here instead.
In 2019 a feature was added to ZK to allow the user to set a default datetime value for the . This works fine for the drop down menu when clicked and the user chooses a date and time. However this does not help if the user instead uses tab to enter the datebox field and instead types the date they want. In this case the time is instead set to the current time.
See here that the dropdown does indeed show the time as 00:00.
But if i just write the date, in my case 2024-01-22 and hit tab this happens:
It would be great if the defaultDateTime also helped set the correct time and date if the user fills in a date, or even part of a date and then if a defaultDateTime is set use that to fill in the rest that the user left out.
The PR that added the defaultDateTime functionality: #1700
The text was updated successfully, but these errors were encountered:
Hello first time reporting a bug here. Unable to report this using the ZK Tracker so write it here instead.
In 2019 a feature was added to ZK to allow the user to set a default datetime value for the . This works fine for the drop down menu when clicked and the user chooses a date and time. However this does not help if the user instead uses tab to enter the datebox field and instead types the date they want. In this case the time is instead set to the current time.
See here that the dropdown does indeed show the time as 00:00.
But if i just write the date, in my case 2024-01-22 and hit tab this happens:
It would be great if the defaultDateTime also helped set the correct time and date if the user fills in a date, or even part of a date and then if a defaultDateTime is set use that to fill in the rest that the user left out.
The PR that added the defaultDateTime functionality: #1700
The text was updated successfully, but these errors were encountered: