-
Notifications
You must be signed in to change notification settings - Fork 280
feat(ui5-dynamic-date-range): introduce From/To (Date & Time) option #12341
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages/main/src/dynamic-date-range-options/DateTimeRangeTemplate.tsx
Outdated
Show resolved
Hide resolved
🚀 Preview deployment ready: https://UI5.github.io/webcomponents/pr-12341/ The preview will be updated automatically when you push new commits to this PR. |
🧹 Preview deployment cleaned up: https://pr-12341--ui5-webcomponents.netlify.app |
packages/main/src/dynamic-date-range-options/DateTimeRangeTemplate.tsx
Outdated
Show resolved
Hide resolved
packages/main/src/dynamic-date-range-options/DateTimeRangeTemplate.tsx
Outdated
Show resolved
Hide resolved
🎉 This PR is included in version v2.16.0-rc.2 🎉 The release is available on v2.16.0-rc.2 Your semantic-release bot 📦🚀 |
With this PR we introduce a new "From/To (Date & Time)" option for the
ui5-dynamic-date-range
, allowing users to select a range of dates with times.Example:
Usage:
To add the option to your DynamicDateRange, add
DATETIMERANGE
in theoptions
attribute as follows:Related to: #12182