Correct autocomplete value

pull/10616/head
Brandon Farmer 2018-04-19 09:38:21 -07:00
parent 387d336f75
commit 6c3775d076
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class TickscriptID extends Component {
onChange={onChangeID} onChange={onChangeID}
placeholder="ID your TICKscript" placeholder="ID your TICKscript"
spellCheck={false} spellCheck={false}
autoComplete="false" autoComplete="off"
/> />
) )
} }