You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/components/searchbar.md
+25-23Lines changed: 25 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Search Bar
2
2
3
-
The `lens-searchbar` component offers an interface for exploring of all single-select items. It serves as the primary interface for users to search, apply, and adjust query criteria. Selected items appear as interactive chips within the component, giving users a clear visual of their active filters. Users can easily refine their search by removing individual values or entire criteria directly from the chip display.
3
+
The `lens-searchbar` component offers an interface for exploring of all catalogue items. It serves as the primary interface for users to search, apply, and adjust query criteria. Selected items appear as interactive chips within the component, giving users a clear visual of their active filters. Users can easily refine their search by removing individual values or entire criteria directly from the chip display.
4
4
5
5
---
6
6
@@ -41,18 +41,6 @@ The `lens-searchbar` component offers an interface for exploring of all single-s
41
41
42
42
---
43
43
44
-
## Events
45
-
46
-
### `on:clear-search`
47
-
48
-
Triggered when the group clear button is clicked.
49
-
50
-
```svelte
51
-
<lens-search-bar on:clear-search={handleClear} />
52
-
```
53
-
54
-
---
55
-
56
44
## Example
57
45
58
46
```html
@@ -66,13 +54,27 @@ Triggered when the group clear button is clicked.
0 commit comments