mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Added typeahead through materialize
This commit is contained in:
parent
909030ea0f
commit
cba5026ee4
3 changed files with 39 additions and 14 deletions
|
|
@ -35,14 +35,9 @@
|
|||
</div>
|
||||
{{else}}
|
||||
<div class="row">
|
||||
<div class="col s9 m10 l10">
|
||||
<input list="listItemsData" name="listItems" id="listItems">
|
||||
|
||||
<datalist id="listItemsData">
|
||||
{{#each itemProdName}}
|
||||
<option value="{{prodName}}">{{prodName}}</option>
|
||||
{{/each}}
|
||||
</datalist>
|
||||
<div class="col s9 m10 l10 input-field">
|
||||
<input type="text" class="autocomplete" id="findListItems" />
|
||||
<label for="findListItems">Item...</label>
|
||||
</div>
|
||||
<div class="col s3 m2 l2">
|
||||
<a class="waves-effect waves-light btn saveListItem green right">Add</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue