Skip to content

Commit 16e4504

Browse files
amirfeferjeff-phillips-18
authored andcommitted
fix(BreadCrumbSwitcher): disable autocomplete (#2407)
In some cases browsers try to autocomplete the filter input
1 parent 0528cd3 commit 16e4504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/patternfly-3/patternfly-react/src/components/BreadcrumbSwitcher/components/BreadcrumbSearchInput.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class BreadcrumbSearchInput extends React.Component {
2525
inputRef={input => {
2626
this.nameInput = input;
2727
}}
28+
autocomplete="off"
2829
id="breadcrumbs-search"
2930
placeholder={placeHolder}
3031
value={searchValue}

0 commit comments

Comments
 (0)