mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Disable autocomplete
This commit is contained in:
parent
1f0fa9d21b
commit
816b89d506
1 changed files with 2 additions and 1 deletions
|
@ -194,13 +194,14 @@ var MessageBar = React.createClass({
|
|||
|
||||
render() {
|
||||
return (
|
||||
<form onSubmit={this.handleSubmit} >
|
||||
<form onSubmit={this.handleSubmit} autocomplete="off">
|
||||
<div className="input-group">
|
||||
<input
|
||||
id="btn-input"
|
||||
type="text"
|
||||
className="form-control"
|
||||
ref="content"
|
||||
autocomplete="off"
|
||||
placeholder="Be polite please..." />
|
||||
<span className="input-group-btn">
|
||||
<input
|
||||
|
|
Loading…
Reference in a new issue