Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 52ac610

Browse files
committed
Add ID to typeahead field
1 parent 15b60c0 commit 52ac610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/templates/partials/ishControls.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<li class="sg-find">
3434
<a href="#" class="sg-acc-handle sg-control-trigger sg-icon sg-icon-search" id="sg-f-toggle" title="Search Patterns"><span class="is-vishidden">Search Patterns</span></a>
3535
<ul class="sg-view sg-acc-panel sg-right sg-checklist" id="sg-find" style="margin-top: 33px;">
36-
<li><input class="typeahead" type="text" placeholder="search for a pattern..."></li>
36+
<li><input class="typeahead" id="typeahead" type="text" placeholder="search for a pattern..."></li>
3737
</ul>
3838
</li>
3939
{{/ ishControlsHide.find }}

0 commit comments

Comments
 (0)