Skip to content
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

Allow setting for minutes to hour roll over feature. #4632

Open
wholladay opened this issue Nov 17, 2023 · 1 comment
Open

Allow setting for minutes to hour roll over feature. #4632

wholladay opened this issue Nov 17, 2023 · 1 comment

Comments

@wholladay
Copy link

Feature Request:

Provide a method to turn off incrementing/decrementing the hours field when the minutes field wraps around. For example, if the user enters 9 in the hours field and then click on the down spinner for the minutes field (so it goes to 45 for example), do not decrement the hours field to 8.
The most common use case for us is that the user works from left to right, so the user enters the hour and then the minutes, and is not expecting the minutes field to change the hours field.
Therefore we would very much like to have the option of turning this behavior off.

@bastienmoulia
Copy link
Contributor

Not sure how to do that because the changes method are inside the NgbTime class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants