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>
|
<label htmlFor="query">Word: </label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
autoCapitalize="false"
|
||||||
|
autoComplete="false"
|
||||||
id="query"
|
id="query"
|
||||||
name="query"
|
name="query"
|
||||||
value={prompt}
|
value={prompt}
|
||||||
|
Loading…
Reference in New Issue
Block a user