Skip to content

time picker minHour, maxHour, minMinute and maxMinute properties added #1128

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

Merged
merged 1 commit into from
Nov 23, 2015

Conversation

enchev
Copy link
Contributor

@enchev enchev commented Nov 20, 2015

Partially resolved #1109

@ns-bot ns-bot added cla: yes and removed cla: no labels Nov 20, 2015
@enchev enchev changed the title time picker min max added time picker minHour, maxHour, minMinute and maxMinute properties added Nov 20, 2015
@enchev enchev force-pushed the time-picker-min-max branch from 19d2a5c to c2fc36b Compare November 23, 2015 08:25
@ns-bot
Copy link

ns-bot commented Nov 23, 2015

Test PASSed.

@hamorphis
Copy link
Contributor

👍

2 similar comments
@nsndeck
Copy link

nsndeck commented Nov 23, 2015

👍

@ErjanGavalji
Copy link
Contributor

👍

enchev pushed a commit that referenced this pull request Nov 23, 2015
time picker minHour, maxHour, minMinute and maxMinute properties added
@enchev enchev merged commit 95f7061 into master Nov 23, 2015
@enchev enchev deleted the time-picker-min-max branch November 23, 2015 09:12
import types = require("utils/types");

function isHourValid(value: number): boolean {
return types.isNumber(value) && value >= 1 && value <= 23;
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't 0 a valid hour - probably the check should be value >= 0

@lock
Copy link

lock bot commented Aug 29, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

min/max and intervals values on date / time pickers
6 participants