-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spin Button Date Picker Example: Fix incrementing and decrementing past limits (pull #1154) Fixes the following bugs in the date picker spin button example: 1. The day would show NaN when decrementing past the min value or incrementing past the max value. 2. The year would show NaN when setting to min or max with home or end keys. 3. The year could be set beyond the min or max year by incrementing or decrementing.
- Loading branch information
michael-n-cooper
committed
Sep 28, 2019
1 parent
3045a4b
commit 6d7efbe
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters