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}
|
||||
required
|
||||
maxLength={36}
|
||||
autoComplete="off"
|
||||
/>
|
||||
</div>
|
||||
<MinecraftButton type="submit">Search</MinecraftButton>
|
||||
|
@ -85,6 +85,7 @@ const ServerSearch = ({
|
||||
defaultValue={hostname}
|
||||
required
|
||||
maxLength={36}
|
||||
autoComplete="off"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user