Skip to content

Commit

Permalink
[EuiSearchBar] Updated placeholder example to align with forms guidel…
Browse files Browse the repository at this point in the history
…ines (#6242)
  • Loading branch information
miukimiu authored Sep 16, 2022
1 parent 88e4e90 commit f4e6cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-docs/src/views/search_bar/controlled_search_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export const ControlledSearchBar = () => {
<EuiSearchBar
query={query}
box={{
placeholder: 'e.g. type:visualization -is:active joe',
placeholder: 'type:visualization -is:active joe',
incremental,
schema,
}}
Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/views/search_bar/search_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const SearchBar = () => {
<EuiSearchBar
defaultQuery={initialQuery}
box={{
placeholder: 'e.g. type:visualization -is:active joe',
placeholder: 'type:visualization -is:active joe',
incremental,
schema,
}}
Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/views/search_bar/search_bar_filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export const SearchBarFilters = () => {
<EuiSearchBar
defaultQuery={initialQuery}
box={{
placeholder: 'e.g. type:visualization -is:active joe',
placeholder: 'type:visualization -is:active joe',
incremental: true,
schema,
}}
Expand Down

0 comments on commit f4e6cde

Please sign in to comment.