mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
test(toolbar-search): assert shouldFilterRows prop
This commit is contained in:
parent
6734211489
commit
2ac021ffc7
1 changed files with 5 additions and 1 deletions
|
@ -109,7 +109,11 @@
|
|||
>
|
||||
<Toolbar>
|
||||
<ToolbarContent>
|
||||
<ToolbarSearch />
|
||||
<ToolbarSearch
|
||||
shouldFilterRows="{(row, value) => {
|
||||
return true;
|
||||
}}"
|
||||
/>
|
||||
<ToolbarMenu>
|
||||
<ToolbarMenuItem primaryFocus>Restart all</ToolbarMenuItem>
|
||||
<ToolbarMenuItem href="https://cloud.ibm.com/docs/loadbalancer-service">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue