1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-17 06:08:23 +01:00

Add ID to typeahead field

This commit is contained in:
Brad Frost 2014-03-15 19:27:02 -04:00
parent 15b60c0344
commit 52ac610f14

View File

@ -33,7 +33,7 @@
<li class="sg-find">
<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>
<ul class="sg-view sg-acc-panel sg-right sg-checklist" id="sg-find" style="margin-top: 33px;">
<li><input class="typeahead" type="text" placeholder="search for a pattern..."></li>
<li><input class="typeahead" id="typeahead" type="text" placeholder="search for a pattern..."></li>
</ul>
</li>
{{/ ishControlsHide.find }}