mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
test: update MultiSelect.test.svelte
This commit is contained in:
parent
fc2640b108
commit
896460eb05
1 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,9 @@
|
||||||
|
|
||||||
<MultiSelect
|
<MultiSelect
|
||||||
filterable
|
filterable
|
||||||
|
filterItem="{(item, query) => {
|
||||||
|
return item.text.toLowerCase().includes(query.toLowerCase());
|
||||||
|
}}"
|
||||||
titleText="Contact"
|
titleText="Contact"
|
||||||
placeholder="Filter contact methods..."
|
placeholder="Filter contact methods..."
|
||||||
items="{[
|
items="{[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue