New: Disable autocomplete of port number

This commit is contained in:
Stevie Robinson 2021-09-30 20:11:52 +02:00 committed by GitHub
parent d9e9b72a89
commit 943a3d80c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ function HostSettings(props) {
name="port"
min={1}
max={65535}
autocomplete="off"
helpTextWarning="Requires restart to take effect"
onChange={onInputChange}
{...port}