implemented purpose proposals based on source, dest and amount
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
</style>
|
||||
|
||||
<span class="autocomplete">
|
||||
<input type="text" bind:value={candidate.display} {onkeyup} autofocus={autofocus} />
|
||||
<input type="text" bind:value={candidate.display} {onkeyup} autofocus={autofocus} {id} />
|
||||
{#if candidates && candidates.length > 0}
|
||||
<ul bind:this={list_elem} class="suggestions">
|
||||
{#each candidates as candidate,i}
|
||||
|
||||
Reference in New Issue
Block a user