Skip to content

Commit e8293db

Browse files
updated aria labels
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
1 parent 8c79764 commit e8293db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/SearchInput/examples/SearchInputWithSubmitButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const SearchInputWithSubmitButton: React.FunctionComponent = () => {
66

77
return (
88
<SearchInput
9-
aria-label="With submit button"
9+
aria-label="Search with submit button example"
1010
placeholder="Find by name"
1111
value={value}
1212
onChange={(_event, value) => setValue(value)}

0 commit comments

Comments
 (0)