Skip to content

Conversation

GDamyanov
Copy link
Contributor

@GDamyanov GDamyanov commented Oct 3, 2025

Normalize display value only on change event.

@ui5-webcomponents-bot
Copy link
Collaborator

ui5-webcomponents-bot commented Oct 3, 2025

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 3, 2025 08:27 Inactive
@GDamyanov GDamyanov marked this pull request as ready for review October 3, 2025 08:47
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 3, 2025 08:53 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 7, 2025 07:02 Inactive
lastDateString = this._getValueStringFromTimestamp((this._exctractDisplayTimestamp(values[1]) as number) * 1000);

if (!firstDateString && !lastDateString) {
if (!firstDateString || !lastDateString) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we sure we want that? as here we exclude the option to have 1 value? Have you checked how the selection works after this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 835090f

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 7, 2025 14:03 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 8, 2025 06:48 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants