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 pa…
…st 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