This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(datepicker): correct
datepicker-mode
binding for popup
- Loading branch information
1 parent
5cd6f4a
commit 63ae06c
Showing
3 changed files
with
36 additions
and
6 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
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
63ae06c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Thnx for fixing the binding for the datepicker mode in the popup. But there are still more attributes that need fixing for the popup. MinMode and MaxMode should also be fixed, because currently you cannot create a monthpicker control (were you would only need to select a month, not a date). With the current fix you can set the initial datepicker mode for the popup, but because the MinMode and MaxMode are not watched, you are still drilling down to a date when you actually want to select the month.