Skip to content

Commit

Permalink
Merge branch 'master' into 4903_code-snippet-max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Dec 18, 2019
2 parents d01fa34 + 098378f commit b5ec8c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2285,6 +2285,7 @@ exports[`DataTable should render 1`] = `
</label>
<input
aria-hidden={true}
autoComplete="off"
className="bx--search-input"
id="custom-id"
onChange={[Function]}
Expand Down Expand Up @@ -3262,6 +3263,7 @@ exports[`DataTable sticky header should render 1`] = `
</label>
<input
aria-hidden={true}
autoComplete="off"
className="bx--search-input"
id="custom-id"
onChange={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ exports[`DataTable.TableToolbarSearch should render 1`] = `
</label>
<input
aria-hidden={true}
autoComplete="off"
className="bx--search-input"
id="custom-id"
onChange={[Function]}
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/components/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export default class Search extends Component {
</label>
<input
role="searchbox"
autoComplete="off"
{...other}
type={type}
className={`${prefix}--search-input`}
Expand Down

0 comments on commit b5ec8c5

Please sign in to comment.