Skip to content

Commit

Permalink
docs(contained-list): update placeholder text (#14314)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph committed Jul 28, 2023
1 parent af5aa5b commit 5c26f2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const WithExpandableSearch = () => {
kind="on-page"
action={
<ExpandableSearch
placeholder="Filterable search"
placeholder="Filter"
value={searchTerm}
onChange={handleChange}
closeButtonLabelText="Clear search input"
Expand Down Expand Up @@ -196,7 +196,7 @@ export const WithPersistentSearch = () => {
return (
<ContainedList label="List title" kind="on-page" action={''}>
<Search
placeholder="Filterable search"
placeholder="Filter"
value={searchTerm}
onChange={handleChange}
closeButtonLabelText="Clear search input"
Expand Down

0 comments on commit 5c26f2f

Please sign in to comment.