Skip to content

Commit 9e657fe

Browse files
authored
Merge pull request #85 from troberts-28/release/v2.6.3
Release v2.6.3
2 parents 2e6a38f + b3772b7 commit 9e657fe

17 files changed

Lines changed: 1469 additions & 1249 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ return (
543543
| minutesPickerIsDisabled | Disable the minutes picker | Boolean | false | false |
544544
| secondsPickerIsDisabled | Disable the seconds picker | Boolean | false | false |
545545
| dayLimit | Limit on the days it is possible to select | `{ max?: Number, min?: Number }` | - | false |
546-
| hourLimit | Limit on the hours it is possible to select | `{ max?: Number, min?: Number }` | - | false |
546+
| hourLimit | Limit on the hours it is possible to select. Pass `max` < `min` for a wraparound range, e.g. `{ min: 20, max: 5 }` selects 8 PM through 5 AM next day | `{ max?: Number, min?: Number }` | - | false |
547547
| minuteLimit | Limit on the minutes it is possible to select | `{ max?: Number, min?: Number }` | - | false |
548548
| secondLimit | Limit on the seconds it is possible to select | `{ max?: Number, min?: Number }` | - | false |
549549
| maximumDays | The highest value on the days picker | Number | 23 | false |

0 commit comments

Comments
 (0)