Skip to content

Commit 5c26f2f

Browse files
authored
docs(contained-list): update placeholder text (#14314)
1 parent af5aa5b commit 5c26f2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react/src/components/ContainedList/ContainedList.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const WithExpandableSearch = () => {
158158
kind="on-page"
159159
action={
160160
<ExpandableSearch
161-
placeholder="Filterable search"
161+
placeholder="Filter"
162162
value={searchTerm}
163163
onChange={handleChange}
164164
closeButtonLabelText="Clear search input"
@@ -196,7 +196,7 @@ export const WithPersistentSearch = () => {
196196
return (
197197
<ContainedList label="List title" kind="on-page" action={''}>
198198
<Search
199-
placeholder="Filterable search"
199+
placeholder="Filter"
200200
value={searchTerm}
201201
onChange={handleChange}
202202
closeButtonLabelText="Clear search input"

0 commit comments

Comments
 (0)