-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
fix(datepicker): use input's min & max properites rather than custom … #3854
Conversation
…ones on md-datepicker
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.
LGTM
@@ -61,6 +63,16 @@ export class MdDatepickerInput implements AfterContentInit, ControlValueAccessor | |||
@Input() | |||
set matDatepicker(value: MdDatepicker) { this.mdDatepicker = value; } | |||
|
|||
@Input() |
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.
Comment for these @inputs? For docs site.
#3854) * fix(datepicker): use input's min & max properites rather than custom ones on md-datepicker * add doc comments
#3854) * fix(datepicker): use input's min & max properites rather than custom ones on md-datepicker * add doc comments
#3854) * fix(datepicker): use input's min & max properites rather than custom ones on md-datepicker * add doc comments
#3854) * fix(datepicker): use input's min & max properites rather than custom ones on md-datepicker * add doc comments
#3854) * fix(datepicker): use input's min & max properites rather than custom ones on md-datepicker * add doc comments
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
…ones on md-datepicker