Skip to content

Commit

Permalink
Merge pull request #6075 from deutschebank/db-contrib/waltz-6072-emai…
Browse files Browse the repository at this point in the history
…l-search

Db contrib/waltz 6072 email search
  • Loading branch information
davidwatkins73 authored May 27, 2022
2 parents 2aadfcf + 68e730b commit 55ae774
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions waltz-ng/client/common/svelte/EntitySearchSelector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import {entitySearchStore} from "../../svelte-stores/entity-search-store";
import AutoComplete from "simple-svelte-autocomplete";
import {createEventDispatcher} from "svelte";
import _ from "lodash";
export let entityKinds;
export let placeholder = "Search...";
Expand All @@ -23,8 +24,11 @@


<AutoComplete searchFunction={search}
delay="300"
labelFieldName="name"
valueFieldName="id"
cleanUserText={false}
localFiltering={false}
{placeholder}
{showClear}
bind:selectedItem={selectedItem} />
6 changes: 3 additions & 3 deletions waltz-ng/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion waltz-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"raw-loader": "4.0.2",
"sass": "1.26.11",
"sass-loader": "10.0.2",
"simple-svelte-autocomplete": "1.3.2",
"simple-svelte-autocomplete": "2.4.0",
"speed-measure-webpack-plugin": "1.5.0",
"style-loader": "1.3.0",
"svelte": "3.44.1",
Expand Down

0 comments on commit 55ae774

Please sign in to comment.