summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-02 07:58:49 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-02 07:58:49 -0500
commit144e26ede455956594db2bb03593eb0d9cf38460 (patch)
treeaa244e567a257cc5900eed440a246aa5e5928df2 /web
parent359039980048aab2f89ac423e4be55914c948e69 (diff)
parentb1d53f0b7e1e6309e3f21ee02134245f9fc0bda6 (diff)
downloadchat-144e26ede455956594db2bb03593eb0d9cf38460.tar.gz
chat-144e26ede455956594db2bb03593eb0d9cf38460.tar.bz2
chat-144e26ede455956594db2bb03593eb0d9cf38460.zip
Merge pull request #1253 from rgarmsen2295/plt-799
PLT-799 Turn-off browser auto-completion in the search bar
Diffstat (limited to 'web')
-rw-r--r--web/react/components/search_bar.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/search_bar.jsx b/web/react/components/search_bar.jsx
index 83c10494a..1b81a5ee0 100644
--- a/web/react/components/search_bar.jsx
+++ b/web/react/components/search_bar.jsx
@@ -185,6 +185,7 @@ export default class SearchBar extends React.Component {
className='search__form relative-div'
onSubmit={this.handleSubmit}
style={{overflow: 'visible'}}
+ autoComplete='off'
>
<span className='glyphicon glyphicon-search sidebar__search-icon' />
<input