New: Disable autocomplete of port number
This commit is contained in:
parent
d9e9b72a89
commit
943a3d80c4
|
@ -51,6 +51,7 @@ function HostSettings(props) {
|
|||
name="port"
|
||||
min={1}
|
||||
max={65535}
|
||||
autocomplete="off"
|
||||
helpTextWarning="Requires restart to take effect"
|
||||
onChange={onInputChange}
|
||||
{...port}
|
||||
|
|
Loading…
Reference in New Issue