Skip to content

Commit c698dc1

Browse files
committed
refactor: remove hash to combobox input
1 parent fb7d2a7 commit c698dc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dev-app/aria-docs-examples/aria-docs-examples.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ <h2>
5959
<h1>Combobox</h1>
6060

6161
<div ngCombobox #combobox="ngCombobox">
62-
<input ngComboboxInput #comboboxInput="ngComboboxInput"
63-
#inputElement/>
62+
<input ngComboboxInput #inputElement/>
6463

6564
<ng-template
6665
[cdkConnectedOverlay]="{origin: inputElement, usePopover: true, matchWidth: true}"

0 commit comments

Comments
 (0)