Disablt auto complete in field inputs
This commit is contained in:
parent
98adb3d22d
commit
9a78a6988b
@ -40,6 +40,7 @@ const PlayerSearch = ({ query }: PlayerSearchProps): ReactElement => {
|
|||||||
defaultValue={query}
|
defaultValue={query}
|
||||||
required
|
required
|
||||||
maxLength={36}
|
maxLength={36}
|
||||||
|
autoComplete="off"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<MinecraftButton type="submit">Search</MinecraftButton>
|
<MinecraftButton type="submit">Search</MinecraftButton>
|
||||||
|
@ -85,6 +85,7 @@ const ServerSearch = ({
|
|||||||
defaultValue={hostname}
|
defaultValue={hostname}
|
||||||
required
|
required
|
||||||
maxLength={36}
|
maxLength={36}
|
||||||
|
autoComplete="off"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user