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
<vaadin-date-time-picker id="tstamp" step="1"></vaadin-date-time-picker>
public class MyView extends LitTemplate { @Id private DateTimePicker tstamp;
hours:minutes
tstamp.getStep()
TimePicker
- Vaadin / Flow version: 19.0.6
The text was updated successfully, but these errors were encountered:
Hi @Artur- ,
should this issue be reported to the flow-components monorepo?
Thanks
Sorry, something went wrong.
related:
I can confirm that the issue is still reproducible in latest 24.4.
No branches or pull requests
Minimal reproducible example
Expected behavior
hours:minutes
tstamp.getStep()
should return a Duration of 1Actual behavior
hours:minutes
TimePicker
for some reason and will return the default valueVersions:
The text was updated successfully, but these errors were encountered: