-
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
feat(datepicker): add aria-* attrs and keyboard bindings to datepicker input #3542
Conversation
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.
I think there are some rebase issues to resolve. Other than that, just a nit.
|
||
@Component({ | ||
moduleId: module.id, | ||
selector: 'md-datepicker-trigger, mat-datepicker-trigger', |
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.
I thought we renamed this to mdDatepickerToggle
? Rebase error?
src/lib/input/input-container.ts
Outdated
@@ -381,4 +383,8 @@ export class MdInputContainer implements AfterContentInit { | |||
|
|||
this._mdInputChild.ariaDescribedby = ids.join(' '); | |||
} | |||
|
|||
getPopupConnectionElementRef(): ElementRef { |
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.
Didn't we decide to remove this?
src/lib/datepicker/datepicker.ts
Outdated
@@ -27,6 +27,9 @@ import {MdDatepickerInput} from './datepicker-input'; | |||
import {CalendarLocale} from '../core/datetime/calendar-locale'; | |||
|
|||
|
|||
let datepickerUid = 0; |
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.
Add comment about what this is? We should also probably prefix with an underscore to be consistent with other counters.
comments addressed |
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
…r input (#3542) * add aria-* attrs and keyboard bindings to datepicker input * fix rebase errors * added comment
…r input (angular#3542) * add aria-* attrs and keyboard bindings to datepicker input * fix rebase errors * added comment
…r input (#3542) * add aria-* attrs and keyboard bindings to datepicker input * fix rebase errors * added comment
…r input (#3542) * add aria-* attrs and keyboard bindings to datepicker input * fix rebase errors * added comment
…r input (#3542) * add aria-* attrs and keyboard bindings to datepicker input * fix rebase errors * added comment
…r input (#3542) * add aria-* attrs and keyboard bindings to datepicker input * fix rebase errors * added comment
…r input (#3542) * add aria-* attrs and keyboard bindings to datepicker input * fix rebase errors * added comment
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. |
No description provided.