Disable autocomplete and autocapitalize from add expression view
This commit is contained in:
parent
f54225698f
commit
ecb6f3e580
@ -31,6 +31,8 @@ export function AddExpressionView() {
|
||||
<label htmlFor="query">Word: </label>
|
||||
<input
|
||||
type="text"
|
||||
autoCapitalize="false"
|
||||
autoComplete="false"
|
||||
id="query"
|
||||
name="query"
|
||||
value={prompt}
|
||||
|
Loading…
Reference in New Issue
Block a user