Skip to content

Conversation

@OomJan
Copy link

@OomJan OomJan commented Dec 2, 2025

Root Cause of the Issue

In sfTimePicker add support to reflect the maximum seconds when a MaximumTime is set that also limits the seconds. For instance the MaximumTime is 4 minutes and 15 seconds, then when selecting 4 minutes the second column would display all seconds from 0 to 59. This should be limited to the actual maximum of seconds which in our example is 15 seconds. This also applies to MilliSeconds.

Description of Change

This PR updates the seconds and milliseconds column to refelect the correct maximum.

Issues Fixed

Fixes #299

Screenshots

Before:

image

After:

image

@OomJan OomJan marked this pull request as ready for review December 2, 2025 15:05
@PaulAndersonS
Copy link
Collaborator

@OomJan Thanks for the PR.

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.

sfTimePicker: Apply maximum in the second and millisecond column

2 participants