-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failurescustomer-google3Issues originating from or important to AngularIssues originating from or important to Angular
Description
-
Visit the ACX MaterialDropdownSelectComponent API page on webdev.
-
Search for, say,
handleHomeKey
:handleHomeKey(KeyboardEvent event) → void
inherited -
Click on the link, and you'll get a 404.
The handleHomeKey
is linked to https://webdev.dartlang.org/components/api/angular_components/ActivateItemOnKeyPressMixin/handleHomeKey.html but the ActivateItemOnKeyPressMixin doesn't define handleHomeKey
. It is defined in KeyboardHandlerMixin.
Note that if you look at the "Mixes-in" list towards the top of the API entry for MaterialDropdownSelectComponent, the KeyboardHandlerMixin
entry isn't hyperlinked:
The API docs linked to above were generated using dartdoc 0.11.x.
Metadata
Metadata
Assignees
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failurescustomer-google3Issues originating from or important to AngularIssues originating from or important to Angular