We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a DateTime Item that is set to NULL. It isn't possible to set a time via the Input widget.
NULL
Input inputHint="time" item=MyDateTimeItem
In Chrome: I can open the picker, but when I close it, the time is discarded.
In Firefox: I click on the hour -- and enter 1 2 (selection jumps to minutes) and enter 0, which removes the 12 hours.
--
1 2
0
It should be possible to set the time on Items that are NULL.
runtimeInfo: version: 4.1.3 buildString: Release Build locale: de-DE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which UI are you reporting an issue for?
The problem
I have a DateTime Item that is set to
NULL
. It isn't possible to set a time via the Input widget.In Chrome:
I can open the picker, but when I close it, the time is discarded.
In Firefox:
I click on the hour
--
and enter1 2
(selection jumps to minutes) and enter0
, which removes the 12 hours.Expected behavior
It should be possible to set the time on Items that are NULL.
Your environment
The text was updated successfully, but these errors were encountered: