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