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
Describe the bug
We have a scenario where we want to offer the user the possibility to create events. We don't know upfront whether the user wants to create a single-day event or a multi-day event. Therefore it would be beneficial if the DateRangerPicker would we able to provide also a one day selection. (e.g. by clicking the same day twice). I know that there is a DatePicker for that use case but in my opinion the user shouldn't decide whether a DatePicker or a DateRangePicker should be render (e.g. via a Multi Day Event switch.)
Describe the bug
We have a scenario where we want to offer the user the possibility to create events. We don't know upfront whether the user wants to create a single-day event or a multi-day event. Therefore it would be beneficial if the
DateRangerPicker
would we able to provide also a one day selection. (e.g. by clicking the same day twice). I know that there is aDatePicker
for that use case but in my opinion the user shouldn't decide whether a DatePicker or a DateRangePicker should be render (e.g. via aMulti Day Event
switch.)To reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect that selecting a single date by clicking it twice would select that date as
firstDateValue
andlastDateValue
.Screenshots

Context
Affected components (if known)
ui5-daterange-picker
The text was updated successfully, but these errors were encountered: