mirror of
https://github.com/DerTyp7/street-map-typescript.git
synced 2026-07-31 06:59:03 +02:00
added search component
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
<header>
|
||||
<div class="searchField">
|
||||
<div class="autocomplete">
|
||||
<input #inputFrom (keyup)="getValue(inputFrom.value, inputTo.value)" type="text" name="inputFrom" id="inputFrom" placeholder="From">
|
||||
<div #inputautocompleteList class="autocomplete-items">
|
||||
<div>test<input type="hidden" value="test"></div>
|
||||
</div>
|
||||
</div>
|
||||
<input #inputTo (keyup)="getValue(inputFrom.value, inputTo.value)"type="text" name="inputTo" id="inputTo" placeholder="To">
|
||||
</div>
|
||||
<app-search></app-search>
|
||||
<p>{{title}}</p>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user