Fix 2 bugs, fix update functions for new changes.

This commit is contained in:
Brian McGonagill 2024-08-15 18:47:26 -05:00
parent 153e70c70c
commit 6a771a6f11
5 changed files with 128 additions and 49 deletions

View file

@ -37,7 +37,7 @@
</div>
{{else}}
<div class="row">
<div class="col s8 m9 l10 input-field">
<div class="col s8 m9 l10 input-field outlined">
<input type="text" class="autocomplete" id="findListItems" autocomplete="off" />
<label for="findListItems">Item...</label>
</div>
@ -46,4 +46,4 @@
</div>
</div>
{{/if}}
</template>
</template>